:: ooo :: vba :: word ::

interface XDocument
Base Interfaces
XDocument
┗ ::com::sun::star::script::XInvocation

::com::sun::star::script::XInvocation
(referenced interface's summary:)
gives access to an object's methods and properties. Container access is available through ::com::sun::star::container::XIndexContainer, ::com::sun::star::container::XNameContainer and ::com::sun::star::container::XEnumerationAccess.


Methods' Summary
Range  
BuiltInDocumentProperties  
CustomDocumentProperties  
Bookmarks  
Variables  
Paragraphs  
Styles  
Tables  
Fields  
Shapes  
Sections  
Activate  
PageSetup  
Attributes' Summary
Content  
AttachedTemplate  
Methods' Details
Range
XRange
Range( [in] any  Start,
[in] any  End );

BuiltInDocumentProperties
any
BuiltInDocumentProperties( [in] any  index );

CustomDocumentProperties
any
CustomDocumentProperties( [in] any  index );

Bookmarks
any
Bookmarks( [in] any  aIndex );

Variables
any
Variables( [in] any  aIndex );

Paragraphs
any
Paragraphs( [in] any  aIndex );

Styles
any
Styles( [in] any  aIndex );

Tables
any
Tables( [in] any  aIndex );

Fields
any
Fields( [in] any  aIndex );

Shapes
any
Shapes( [in] any  Index );

Sections
any
Sections( [in] any  Index );

Activate
void
Activate();

PageSetup
any
PageSetup();

Attributes' Details
Content
[ readonly ] XRange Content;
AttachedTemplate
any AttachedTemplate;
Top of Page