| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
The formula properties provide access to the properties of a formula in a formula generator. More...
import "FormulaProperties.idl";
| Public Attributes | |
| short | Alignment | 
| contains the alignment of the formula. | |
| short | BaseFontHeight | 
| contains the base font height in point the formula will be formatted in. | |
| string | CustomFontNameFixed | 
| customized name for fixed font. | |
| boolean | FontFixedIsItalic | 
| determines if the customized fixed font is italic. | |
| boolean | FontFixedIsBold | 
| determines if the customized fixed font is bold. | |
| string | CustomFontNameSans | 
| customized name for sans serif font | |
| boolean | FontSansIsItalic | 
| determines if the customized sans serif font is italic. | |
| boolean | FontSansIsBold | 
| determines if the customized sans serif font is bold. | |
| string | CustomFontNameSerif | 
| customized name for serif font | |
| boolean | FontSerifIsItalic | 
| determines if the customized serif font is italic. | |
| boolean | FontSerifIsBold | 
| determines if the customized serif font is bold. | |
| string | FontNameFunctions | 
| contains the name of the font that is used to display functions contained in the formula. | |
| boolean | FontFunctionsIsItalic | 
| determines if the font that is used to display functions is italic. | |
| boolean | FontFunctionsIsBold | 
| determines if the font that is used to display functions is bold. | |
| string | FontNameNumbers | 
| contains the name of the font that is used to display numbers contained in the formula. | |
| boolean | FontNumbersIsItalic | 
| determines if the font that is used to display numbers is italic. | |
| boolean | FontNumbersIsBold | 
| determines if the font that is used to display numbers is bold. | |
| string | FontNameText | 
| contains the name of the font that is used to display text contained in the formula. | |
| boolean | FontTextIsItalic | 
| determines if the font that is used to display text is italic. | |
| boolean | FontTextIsBold | 
| determines if the font that is used to display text is bold. | |
| string | FontNameVariables | 
| contains the name of the font that is used to display variables contained in the formula. | |
| boolean | FontVariablesIsItalic | 
| determines if the font that is used to display variables is italic. | |
| boolean | FontVariablesIsBold | 
| determines if the font that is used to display variables is bold. | |
| string | Formula | 
| contains the command string of the formula | |
| boolean | IsScaleAllBrackets | 
| decides if all brackets (even those without "left"/"right" modifier) are scaled. | |
| boolean | IsTextMode | 
| switches into text mode. | |
| short | RelativeFontHeightFunctions | 
| contains the relative height of the font for functions. | |
| short | RelativeFontHeightIndices | 
| contains the relative height of the font for indices. | |
| short | RelativeFontHeightLimits | 
| contains the relative height of the font for limits. | |
| short | RelativeFontHeightOperators | 
| contains the relative height of the font for operators. | |
| short | RelativeFontHeightText | 
| contains the relative height of the font for text. | |
| short | RelativeBracketDistance | 
| contains the relative distance of brackets. | |
| short | RelativeBracketExcessSize | 
| contains the relative excess size of brackets. | |
| short | RelativeFractionBarExcessLength | 
| contains the relative excess length of a fraction bar. | |
| short | RelativeFractionBarLineWeight | 
| contains the relative line weight of a fraction bar. | |
| short | RelativeFractionDenominatorDepth | 
| contains the relative depth of the denominator of a fraction | |
| short | RelativeFractionNumeratorHeight | 
| contains the relative height of the numerator of a fraction. | |
| short | RelativeIndexSubscript | 
| contains the relative superscript of indices. | |
| short | RelativeIndexSuperscript | 
| contains the relative subscript of indices. | |
| short | RelativeLineSpacing | 
| contains the relative line spacing. | |
| short | RelativeLowerLimitDistance | 
| contains the relative distance of lower limits. | |
| short | RelativeMatrixColumnSpacing | 
| contains the relative column spacing of matrices. | |
| short | RelativeMatrixLineSpacing | 
| contains the relative line spacing of matrices. | |
| short | RelativeOperatorExcessSize | 
| contains the relative excess of operators. | |
| short | RelativeOperatorSpacing | 
| contains the relative spacing of operators. | |
| short | RelativeRootSpacing | 
| contains the relative root spacing | |
| short | RelativeScaleBracketExcessSize | 
| contains the relative scaling of the bracket excess. | |
| short | RelativeSpacing | 
| contains the relative spacing. | |
| short | RelativeSymbolMinimumHeight | 
| contains the relative minimum height of the formula. | |
| short | RelativeSymbolPrimaryHeight | 
| contains the relative primary height of symbols. | |
| short | RelativeUpperLimitDistance | 
| contains the relative distance of upper limits | |
| short | TopMargin | 
| contains the metric value of the top margin of the formula. | |
| short | BottomMargin | 
| contains the metric value of the bottom margin of the formula. | |
| short | LeftMargin | 
| contains the metric value of the left margin of the formula. | |
| short | RightMargin | 
| contains the metric value of the right margin of the formula. | |
| short | BaseLine | 
| contains the baselines offset in respect to the top of the formula rectangle | |
| boolean | IsRightToLeft | 
| switches into right-to-left layout. | |
The formula properties provide access to the properties of a formula in a formula generator.
| 
 | property | 
contains the alignment of the formula.
| 
 | property | 
contains the base font height in point the formula will be formatted in.
All properties containing relative values are related to this value.
| 
 | optionalproperty | 
contains the baselines offset in respect to the top of the formula rectangle
| 
 | property | 
contains the metric value of the bottom margin of the formula.
| 
 | property | 
customized name for fixed font.
| 
 | property | 
customized name for sans serif font
| 
 | property | 
customized name for serif font
| 
 | property | 
determines if the customized fixed font is bold.
| 
 | property | 
determines if the customized fixed font is italic.
| 
 | property | 
determines if the font that is used to display functions is bold.
| 
 | property | 
determines if the font that is used to display functions is italic.
| 
 | property | 
contains the name of the font that is used to display functions contained in the formula.
| 
 | property | 
contains the name of the font that is used to display numbers contained in the formula.
| 
 | property | 
contains the name of the font that is used to display text contained in the formula.
| 
 | property | 
contains the name of the font that is used to display variables contained in the formula.
| 
 | property | 
determines if the font that is used to display numbers is bold.
| 
 | property | 
determines if the font that is used to display numbers is italic.
| 
 | property | 
determines if the customized sans serif font is bold.
| 
 | property | 
determines if the customized sans serif font is italic.
| 
 | property | 
determines if the customized serif font is bold.
| 
 | property | 
determines if the customized serif font is italic.
| 
 | property | 
determines if the font that is used to display text is bold.
| 
 | property | 
determines if the font that is used to display text is italic.
| 
 | property | 
determines if the font that is used to display variables is bold.
| 
 | property | 
determines if the font that is used to display variables is italic.
| 
 | property | 
contains the command string of the formula
| 
 | optionalproperty | 
switches into right-to-left layout.
| 
 | property | 
decides if all brackets (even those without "left"/"right" modifier) are scaled.
| 
 | property | 
switches into text mode.
This is a mode where formulas are displayed the same height as a line of text.
| 
 | property | 
contains the metric value of the left margin of the formula.
| 
 | property | 
contains the relative distance of brackets.
| 
 | property | 
contains the relative excess size of brackets.
| 
 | property | 
contains the relative height of the font for functions.
The values unit is percent of the com::sun::star::formula::FormulaProperties::BaseFontHeight
| 
 | property | 
contains the relative height of the font for indices.
The values unit is percent of the com::sun::star::formula::FormulaProperties::BaseFontHeight
| 
 | property | 
contains the relative height of the font for limits.
The values unit is percent of the com::sun::star::formula::FormulaProperties::BaseFontHeight
| 
 | property | 
contains the relative height of the font for operators.
The values unit is percent of the com::sun::star::formula::FormulaProperties::BaseFontHeight
| 
 | property | 
contains the relative height of the font for text.
The values unit is percent of the com::sun::star::formula::FormulaProperties::BaseFontHeight
| 
 | property | 
contains the relative excess length of a fraction bar.
| 
 | property | 
contains the relative line weight of a fraction bar.
| 
 | property | 
contains the relative depth of the denominator of a fraction
| 
 | property | 
contains the relative height of the numerator of a fraction.
| 
 | property | 
contains the relative superscript of indices.
| 
 | property | 
contains the relative subscript of indices.
| 
 | property | 
contains the relative line spacing.
| 
 | property | 
contains the relative distance of lower limits.
| 
 | property | 
contains the relative column spacing of matrices.
| 
 | property | 
contains the relative line spacing of matrices.
| 
 | property | 
contains the relative excess of operators.
| 
 | property | 
contains the relative spacing of operators.
| 
 | property | 
contains the relative root spacing
| 
 | property | 
contains the relative scaling of the bracket excess.
| 
 | property | 
contains the relative spacing.
| 
 | property | 
contains the relative minimum height of the formula.
| 
 | property | 
contains the relative primary height of symbols.
| 
 | property | 
contains the relative distance of upper limits
| 
 | property | 
contains the metric value of the right margin of the formula.
| 
 | property | 
contains the metric value of the top margin of the formula.