:: ooo :: vba :: word ::

interface XParagraphFormat
Base Interfaces
XParagraphFormat
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Attributes' Summary
Alignment  
FirstLineIndent  
KeepTogether  
KeepWithNext  
Hyphenation  
LineSpacing  
LineSpacingRule  
NoLineNumber  
OutlineLevel  
PageBreakBefore  
SpaceBefore  
SpaceAfter  
LeftIndent  
RightIndent  
TabStops  
WidowControl  
Attributes' Details
Alignment
long Alignment;
FirstLineIndent
float FirstLineIndent;
KeepTogether
any KeepTogether;
KeepWithNext
any KeepWithNext;
Hyphenation
any Hyphenation;
LineSpacing
float LineSpacing;
LineSpacingRule
long LineSpacingRule;
NoLineNumber
any NoLineNumber;
OutlineLevel
long OutlineLevel;
PageBreakBefore
any PageBreakBefore;
SpaceBefore
float SpaceBefore;
SpaceAfter
float SpaceAfter;
LeftIndent
float LeftIndent;
RightIndent
float RightIndent;
TabStops
any TabStops;
WidowControl
any WidowControl;
Top of Page