LibreOffice Module sc (master) 1
|
Contains all API cell alignment attributes. More...
#include <stylesbuffer.hxx>
Public Member Functions | |
ApiAlignmentData () | |
True = shrink to fit cell size. More... | |
Public Attributes | |
css::table::CellHoriJustify | meHorJustify |
sal_Int32 | mnHorJustifyMethod |
Horizontal alignment. More... | |
sal_Int32 | mnVerJustify |
sal_Int32 | mnVerJustifyMethod |
Vertical alignment. More... | |
css::table::CellOrientation | meOrientation |
Degree100 | mnRotation |
Normal or stacked text. More... | |
sal_Int16 | mnWritingMode |
Text rotation angle. More... | |
sal_Int16 | mnIndent |
CTL text direction. More... | |
bool | mbWrapText |
Indentation. More... | |
bool | mbShrink |
True = multi-line text. More... | |
Contains all API cell alignment attributes.
Definition at line 289 of file stylesbuffer.hxx.
|
explicit |
bool oox::xls::ApiAlignmentData::mbShrink |
True = multi-line text.
Definition at line 300 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::fillToItemSet(), oox::xls::Alignment::finalizeImport(), and oox::xls::operator==().
bool oox::xls::ApiAlignmentData::mbWrapText |
Indentation.
Definition at line 299 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::fillToItemSet(), oox::xls::Alignment::finalizeImport(), and oox::xls::operator==().
css::table::CellHoriJustify oox::xls::ApiAlignmentData::meHorJustify |
Definition at line 291 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::GetScHorAlign(), and oox::xls::operator==().
css::table::CellOrientation oox::xls::ApiAlignmentData::meOrientation |
Definition at line 295 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::fillToItemSet(), oox::xls::Alignment::finalizeImport(), and oox::xls::operator==().
sal_Int32 oox::xls::ApiAlignmentData::mnHorJustifyMethod |
Horizontal alignment.
Definition at line 292 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::fillToItemSet(), oox::xls::Alignment::finalizeImport(), and oox::xls::operator==().
sal_Int16 oox::xls::ApiAlignmentData::mnIndent |
CTL text direction.
Definition at line 298 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::fillToItemSet(), oox::xls::Alignment::finalizeImport(), and oox::xls::operator==().
Degree100 oox::xls::ApiAlignmentData::mnRotation |
Normal or stacked text.
Definition at line 296 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::fillToItemSet(), oox::xls::Alignment::finalizeImport(), and oox::xls::operator==().
sal_Int32 oox::xls::ApiAlignmentData::mnVerJustify |
Definition at line 293 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::GetScVerAlign(), and oox::xls::operator==().
sal_Int32 oox::xls::ApiAlignmentData::mnVerJustifyMethod |
Vertical alignment.
Definition at line 294 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::fillToItemSet(), oox::xls::Alignment::finalizeImport(), and oox::xls::operator==().
sal_Int16 oox::xls::ApiAlignmentData::mnWritingMode |
Text rotation angle.
Definition at line 297 of file stylesbuffer.hxx.
Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::GetScFrameDir(), and oox::xls::operator==().