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

Method setTopBorderStyle

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

! Sets the top border style to the given \a style. */

Source from the content-addressed store, hash-verified

783 Sets the top border style to the given \a style.
784*/
785void Format::setTopBorderStyle(BorderStyle style)
786{
787 setProperty(FormatPrivate::P_Border_TopStyle, style, BorderNone);
788}
789
790/*!
791 Returns the top border color.

Callers 1

readBorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected