specifies the view of a TextDocument. More...
import "TextDocumentView.idl";
Included Services | |
service | com::sun::star::view::OfficeDocumentView |
Exported Interfaces | |
interface | com::sun::star::view::XViewSettingsSupplier |
This interface permits access to the properties of the view. | |
interface | com::sun::star::text::XTextViewCursorSupplier |
This interface makes it possible to access the cursor which belongs to the view and can be visible for the user. | |
interface | com::sun::star::beans::XPropertySet |
Gives access to the objects properties. | |
![]() | |
interface | com::sun::star::view::XSelectionSupplier |
This mandatory interface gives access to the current user selection within this office document view. | |
interface | com::sun::star::view::XViewSettingsSupplier |
This optional interface gives access to the view properties within this control for an office document. | |
interface | com::sun::star::view::XControlAccess |
Within this office document view, this optional interface gives access to the controls which belong to specified control models. | |
Public Attributes | |
long | PageCount |
returns the number of pages in the document | |
long | LineCount |
returns the number of lines in the document | |
boolean | IsConstantSpellcheck |
specifies if spell checking should be done while typing. | |
boolean | IsHideSpellMarks |
specifies if the marks for misspelled text should be displayed. | |
specifies the view of a TextDocument.
|
optional |
Gives access to the objects properties.
This interface makes it possible to access the cursor which belongs to the view and can be visible for the user.
This interface permits access to the properties of the view.
|
optionalproperty |
specifies if spell checking should be done while typing.
|
optionalproperty |
specifies if the marks for misspelled text should be displayed.
|
optionalpropertyreadonly |
returns the number of lines in the document
Since the document needs to be formatted to get the result obtaining this value may take some time.
Empty paragraphs are not counted.
|
optionalpropertyreadonly |
returns the number of pages in the document
Since the document needs to be formatted to get the result obtaining this value may take some time.