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

Contains all API cell alignment attributes. More...

#include <stylesbuffer.hxx>

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

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...
 

Detailed Description

Contains all API cell alignment attributes.

Definition at line 289 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ ApiAlignmentData()

oox::xls::ApiAlignmentData::ApiAlignmentData ( )
explicit

True = shrink to fit cell size.

Definition at line 1088 of file stylesbuffer.cxx.

References AUTO, PAGE, STANDARD, table, and text().

Member Data Documentation

◆ mbShrink

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==().

◆ mbWrapText

bool oox::xls::ApiAlignmentData::mbWrapText

◆ meHorJustify

css::table::CellHoriJustify oox::xls::ApiAlignmentData::meHorJustify

◆ meOrientation

css::table::CellOrientation oox::xls::ApiAlignmentData::meOrientation

◆ mnHorJustifyMethod

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==().

◆ mnIndent

sal_Int16 oox::xls::ApiAlignmentData::mnIndent

◆ mnRotation

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==().

◆ mnVerJustify

sal_Int32 oox::xls::ApiAlignmentData::mnVerJustify

◆ mnVerJustifyMethod

sal_Int32 oox::xls::ApiAlignmentData::mnVerJustifyMethod

◆ mnWritingMode

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==().


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