:: com :: sun :: star :: text :: textfield ::

service GetReference

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Summary
string
CurrentPresentation
contains the current content of the text field.  
short
ReferenceFieldSource
contains the source of the reference.  
string
SourceName
contains the name of the source.  
short
ReferenceFieldPart
contains the type of the reference.  
short
SequenceNumber
contains the sequence number of a set expression field that is used as sequence field or the value of the ReferenceId property of a footnote or endnote.  
string
ReferenceFieldLanguage
[ OPTIONAL ]
contains the language id of the alternative language-dependent references.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Details
CurrentPresentation
string CurrentPresentation;
Description
contains the current content of the text field.

This property is especially useful for import/export purposes.

ReferenceFieldSource
short ReferenceFieldSource;
Description
contains the source of the reference.
See also
::com::sun::star::text::ReferenceFieldSource
SourceName
string SourceName;
Description
contains the name of the source.

Depending on the property ReferenceFieldSource it may be the name of a bookmark, a reference mark.

ReferenceFieldPart
short ReferenceFieldPart;
Description
contains the type of the reference.
See also
::com::sun::star::text::ReferenceFieldPart
SequenceNumber
short SequenceNumber;
Description
contains the sequence number of a set expression field that is used as sequence field or the value of the ReferenceId property of a footnote or endnote.
See also
::com::sun::star::text::Footnote
ReferenceFieldLanguage
string ReferenceFieldLanguage;
Usage Restrictions
optional
Description
contains the language id of the alternative language-dependent references.

Alternative language-dependent forms of reference types.


Since LibreOffice 6.1

The current set of supported languages is:

  • hu : Hungarian, reference with lowercase article "a" or "az"
  • Hu : Hungarian, reference with uppercase article "A" or "Az"


 
Top of Page