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

Method bottomBorderStyle

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

! Returns the bottom border style. */

Source from the content-addressed store, hash-verified

807 Returns the bottom border style.
808*/
809Format::BorderStyle Format::bottomBorderStyle() const
810{
811 return static_cast<BorderStyle>(intProperty(FormatPrivate::P_Border_BottomStyle));
812}
813
814/*!
815 Sets the bottom border style to the given \a style.

Callers 1

writeBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected