:: ooo :: vba :: word ::

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

::ooo::vba::XHelperInterface

Methods' Summary
Tables  
Fields  
TypeText  
HomeKey  
EndKey  
Delete  
MoveRight  
MoveLeft  
MoveDown  
TypeParagraph  
InsertParagraph  
InsertParagraphBefore  
InsertParagraphAfter  
TypeBackspace  
GoTo  
Information  
InsertBreak  
ShapeRange  
Attributes' Summary
Text  
Range  
ParagraphFormat  
Find  
Style  
Font  
HeaderFooter  
LanguageID  
Start  
End  
Methods' Details
Tables
any
Tables( [in] any  aIndex );

Fields
any
Fields( [in] any  aIndex );

TypeText
void
TypeText( [in] string  Text );

HomeKey
void
HomeKey( [in] any  Unit,
[in] any  Extend );

EndKey
void
EndKey( [in] any  Unit,
[in] any  Extend );

Delete
void
Delete( [in] any  Unit,
[in] any  Count );

MoveRight
void
MoveRight( [in] any  Unit,
[in] any  Count,
[in] any  Extend );

MoveLeft
void
MoveLeft( [in] any  Unit,
[in] any  Count,
[in] any  Extend );

MoveDown
void
MoveDown( [in] any  Unit,
[in] any  Count,
[in] any  Extend );

TypeParagraph
void
TypeParagraph();

InsertParagraph
void
InsertParagraph();

InsertParagraphBefore
void
InsertParagraphBefore();

InsertParagraphAfter
void
InsertParagraphAfter();

TypeBackspace
void
TypeBackspace();

GoTo
XRange
GoTo( [in] any  What,
[in] any  Which,
[in] any  Count,
[in] any  Name );

Information
any
Information( [in] long  Type );

InsertBreak
void
InsertBreak( [in] any  Type );

ShapeRange
any
ShapeRange();

Attributes' Details
Text
string Text;
Range
[ readonly ] XRange Range;
ParagraphFormat
XParagraphFormat ParagraphFormat;
Find
[ readonly ] XFind Find;
Style
XStyle Style;
Font
[ readonly ] XFont Font;
HeaderFooter
[ readonly ] XHeaderFooter HeaderFooter;
LanguageID
long LanguageID;
Start
long Start;
End
long End;
Top of Page