MCPcopy Create free account
hub / github.com/KDE/labplot / diagonalBorderType

Method diagonalBorderType

src/3rdparty/QXlsx/source/xlsxformat.cpp:857–860  ·  view source on GitHub ↗

! Returns the diagonal border type. */

Source from the content-addressed store, hash-verified

855 Returns the diagonal border type.
856*/
857Format::DiagonalBorderType Format::diagonalBorderType() const
858{
859 return static_cast<DiagonalBorderType>(intProperty(FormatPrivate::P_Border_DiagonalType));
860}
861
862/*!
863 Sets the diagonal border type to the given \a style

Callers 1

writeBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected