:: ooo :: vba :: word ::

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

::ooo::vba::XHelperInterface

Methods' Summary
InsertBreak  
Select  
InsertParagraph  
InsertParagraphBefore  
InsertParagraphAfter  
PageSetup  
Attributes' Summary
Text  
ParagraphFormat  
Style  
XTextRange  
Font  
LanguageID  
Start  
End  
Methods' Details
InsertBreak
void
InsertBreak( [in] any  Type );

Select
void
Select();

InsertParagraph
void
InsertParagraph();

InsertParagraphBefore
void
InsertParagraphBefore();

InsertParagraphAfter
void
InsertParagraphAfter();

PageSetup
any
PageSetup();

Attributes' Details
Text
string Text;
ParagraphFormat
XParagraphFormat ParagraphFormat;
Style
XStyle Style;
XTextRange
[ readonly ] ::com::sun::star::text::XTextRange XTextRange;
Font
[ readonly ] XFont Font;
LanguageID
long LanguageID;
Start
long Start;
End
long End;
Top of Page