LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
LineBreakHyphenationOptions Struct Referencepublished

Hyphenation options passed in calls to XBreakIterator::getLineBreak(). More...

import"LineBreakHyphenationOptions.idl";

Public Attributes

::com::sun::star::linguistic2::XHyphenator rHyphenator
 Reference to the specific hyphenator - can be zero. More...
 
::com::sun::star::beans::PropertyValues aHyphenationOptions
 Sequence of property values to be used by the hyphenator - can be empty if the default values (from the property set) should be used. More...
 
long hyphenIndex
 The first character not fitting to the current line, considering an additional "-" for hyphenation. More...
 

Detailed Description

Hyphenation options passed in calls to XBreakIterator::getLineBreak().

Member Data Documentation

◆ aHyphenationOptions

Sequence of property values to be used by the hyphenator - can be empty if the default values (from the property set) should be used.

◆ hyphenIndex

long hyphenIndex

The first character not fitting to the current line, considering an additional "-" for hyphenation.

◆ rHyphenator

Reference to the specific hyphenator - can be zero.


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