LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::BorderModel Struct Reference

Contains XML attributes of a complete cell border. More...

#include <stylesbuffer.hxx>

Collaboration diagram for oox::xls::BorderModel:
[legend]

Public Member Functions

 BorderModel (bool bDxf)
 True = bottom-left to top-right on. More...
 

Public Attributes

BorderLineModel maLeft
 
BorderLineModel maRight
 Left line format. More...
 
BorderLineModel maTop
 Right line format. More...
 
BorderLineModel maBottom
 Top line format. More...
 
BorderLineModel maDiagonal
 Bottom line format. More...
 
bool mbDiagTLtoBR
 Diagonal line format. More...
 
bool mbDiagBLtoTR
 True = top-left to bottom-right on. More...
 

Detailed Description

Contains XML attributes of a complete cell border.

Definition at line 394 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ BorderModel()

oox::xls::BorderModel::BorderModel ( bool  bDxf)
explicit

True = bottom-left to top-right on.

Definition at line 1390 of file stylesbuffer.cxx.

References maBottom, maLeft, maRight, and maTop.

Member Data Documentation

◆ maBottom

BorderLineModel oox::xls::BorderModel::maBottom

◆ maDiagonal

BorderLineModel oox::xls::BorderModel::maDiagonal

◆ maLeft

BorderLineModel oox::xls::BorderModel::maLeft

◆ maRight

BorderLineModel oox::xls::BorderModel::maRight

◆ maTop

BorderLineModel oox::xls::BorderModel::maTop

◆ mbDiagBLtoTR

bool oox::xls::BorderModel::mbDiagBLtoTR

True = top-left to bottom-right on.

Definition at line 402 of file stylesbuffer.hxx.

Referenced by oox::xls::Border::finalizeImport(), and oox::xls::Border::importBorder().

◆ mbDiagTLtoBR

bool oox::xls::BorderModel::mbDiagTLtoBR

Diagonal line format.

Definition at line 401 of file stylesbuffer.hxx.

Referenced by oox::xls::Border::finalizeImport(), and oox::xls::Border::importBorder().


The documentation for this struct was generated from the following files: