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

Contains all XML cell alignment attributes, e.g. More...

#include <stylesbuffer.hxx>

Public Member Functions

 AlignmentModel ()
 True = justify last line in block text. More...
 
void setBiffHorAlign (sal_uInt8 nHorAlign)
 Sets horizontal alignment from the passed BIFF data. More...
 
void setBiffVerAlign (sal_uInt8 nVerAlign)
 Sets vertical alignment from the passed BIFF data. More...
 

Public Attributes

sal_Int32 mnHorAlign
 
sal_Int32 mnVerAlign
 Horizontal alignment. More...
 
sal_Int32 mnTextDir
 Vertical alignment. More...
 
sal_Int32 mnRotation
 CTL text direction. More...
 
sal_Int32 mnIndent
 Text rotation angle. More...
 
bool mbWrapText
 Indentation. More...
 
bool mbShrink
 True = multi-line text. More...
 
bool mbJustLastLine
 True = shrink to fit cell size. More...
 

Detailed Description

Contains all XML cell alignment attributes, e.g.

from an alignment element.

Definition at line 269 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ AlignmentModel()

oox::xls::AlignmentModel::AlignmentModel ( )
explicit

True = justify last line in block text.

Definition at line 1061 of file stylesbuffer.cxx.

Member Function Documentation

◆ setBiffHorAlign()

void oox::xls::AlignmentModel::setBiffHorAlign ( sal_uInt8  nHorAlign)

Sets horizontal alignment from the passed BIFF data.

Definition at line 1073 of file stylesbuffer.cxx.

References mnHorAlign, and STATIC_ARRAY_SELECT.

Referenced by oox::xls::Alignment::setBiff12Data().

◆ setBiffVerAlign()

void oox::xls::AlignmentModel::setBiffVerAlign ( sal_uInt8  nVerAlign)

Sets vertical alignment from the passed BIFF data.

Definition at line 1081 of file stylesbuffer.cxx.

References mnVerAlign, and STATIC_ARRAY_SELECT.

Referenced by oox::xls::Alignment::setBiff12Data().

Member Data Documentation

◆ mbJustLastLine

bool oox::xls::AlignmentModel::mbJustLastLine

True = shrink to fit cell size.

Definition at line 278 of file stylesbuffer.hxx.

Referenced by oox::xls::Alignment::importAlignment(), and oox::xls::Alignment::setBiff12Data().

◆ mbShrink

bool oox::xls::AlignmentModel::mbShrink

◆ mbWrapText

bool oox::xls::AlignmentModel::mbWrapText

◆ mnHorAlign

sal_Int32 oox::xls::AlignmentModel::mnHorAlign

◆ mnIndent

sal_Int32 oox::xls::AlignmentModel::mnIndent

◆ mnRotation

sal_Int32 oox::xls::AlignmentModel::mnRotation

◆ mnTextDir

sal_Int32 oox::xls::AlignmentModel::mnTextDir

◆ mnVerAlign

sal_Int32 oox::xls::AlignmentModel::mnVerAlign

Horizontal alignment.

Definition at line 272 of file stylesbuffer.hxx.

Referenced by oox::xls::Alignment::finalizeImport(), oox::xls::Alignment::importAlignment(), and setBiffVerAlign().


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