LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
Public Attributes | List of all members
StringContext Struct Reference

Collection of string-related arguments used on all canvas text interfaces. More...

Public Attributes

string Text
 The complete text, from which a subset is selected by the parameters below.
 
long StartPosition
 Start position within the string.
 
long Length
 Length of the substring to actually use.
 

Detailed Description

Collection of string-related arguments used on all canvas text interfaces.

A possibly much larger string than later rendered is necessary here, because in several languages, glyph selection is context dependent.

Since
OOo 2.0

Member Data Documentation

◆ Length

long Length

Length of the substring to actually use.

Must be within the range [0,INTMAX].

◆ StartPosition

long StartPosition

Start position within the string.

The first character has index 0.

◆ Text

string Text

The complete text, from which a subset is selected by the parameters below.


The documentation for this struct was generated from the following file: