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

Method diagonalBorderStyle

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

! Return the diagonla border style. */

Source from the content-addressed store, hash-verified

839 Return the diagonla border style.
840*/
841Format::BorderStyle Format::diagonalBorderStyle() const
842{
843 return static_cast<BorderStyle>(intProperty(FormatPrivate::P_Border_DiagonalStyle));
844}
845
846/*!
847 Sets the diagonal border style to the given \a style.

Callers 1

writeBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected