service FormulaProperties in module com::sun::star::formula::

(Global Index)

Syntax

service FormulaProperties;

Description

The formula properties provide access to the properties of a formula in a formula generator

Property Summary

Alignment contains the alignment of the formula.

BaseFontHeight contains the base font height in point the formula will be formatted in.

CustomFontNameFixed customized name for fixed font.

FontFixedIsItalic determins if the customized fixed font italic.

FontFixedIsBold determins if the customized fixed font is bold.

CustomFontNameSans customized name for sans serif font

FontSansIsItalic determins if the customized sans serif font is italic.

FontSansIsBold determins if the customized sans serif font is bold.

CustomFontNameSerif customized name for serif font

FontSerifIsItalic determins if the customized serif is italic.

FontSerifIsBold determins if the customized serif is bold.

FontNameFunctions contains the name of the font that is used to display functions contained in the formula.

FontFunctionsIsItalic determins if the font that is used to display functions is italic.

FontFunctionsIsBold determins if the font that is used to display functions is bold.

FontNameNumbers contains the name of the font that is used to display numbers contained in the formula.

FontNumbersIsItalic determins if the font that is used to display numbers is italic.

FontNumbersIsBold determins if the font that is used to display numbers is bold.

FontNameText contains the name of the font that is used to display text contained in the formula.

FontTextIsItalic determins if the font that is used to display text is italic.

FontTextIsBold determins if the font that is used to display text is bold.

FontNameVariables contains the name of the font that is used to display variables contained in the formula.

FontVariablesIsItalic determins if the font that is used to display variables is italic.

FontVariablesIsBold determins if the font that is used to display variables is bold.

Formula contains the command string of the formula

IsScaleAllBrackets decides if all brackets are scaled

IsTextMode switches into text mode.

RelativeFontHeightFunctions contains the relative height of the font for functions.

RelativeFontHeightIndices contains the relative height of the font for indices.

RelativeFontHeightLimits contains the relative height of the font for limits.

RelativeFontHeightOperators contains the relative height of the font for operators.

RelativeFontHeightText contains the relative height of the font for text.

RelativeBracketDistance contains the relative distance of brackets.

RelativeBracketExcessSize contains the relative excess size of brackets.

RelativeFractionBarExcessLength contains the relative excess length of a fraction bar.

RelativeFractionBarLineWeight contains the relative line weight of a fraction bar.

RelativeFractionDenominatorDepth contains the relative depth of the denominator of a fraction

RelativeFractionNumeratorHeight contains the relative height of the numerator of a fraction.

RelativeIndexSubscript contains the relative superscript of indices.

RelativeIndexSuperscript contains the relative subscript of indices.

RelativeLineSpacing contains the relative line spacing.

RelativeLowerLimitDistance contains the relative distance of lower limits.

RelativeMatrixColumnSpacing contains the relative column spacing of matrices.

RelativeMatrixLineSpacing contains the relative line spacing of matrices.

RelativeOperatorExcessSize contains the relative excess of operators.

RelativeOperatorSpacing contains the relative spacing of operators.

RelativeRootSpacing contains the relative root spacing

RelativeScaleBracketExcessSize contains the relative scaling of the bracket excess.

RelativeSpacing contains the relative spacing.

RelativeSymbolMinimumHeight contains the relative minimum height of the formula.

RelativeSymbolPrimaryHeight contains the relative primary height of symbols.

RelativeUpperLimitDistance contains the relative distance of upper limits

TopMargin contains the metric value of the top margin of the formula.

BottomMargin contains the metric value of the bottom margin of the formula.

LeftMargin contains the metric value of the left margin of the formula.

RightMargin contains the metric value of the right margin of the formula.

Property Details



Alignment

Syntax

short Alignment;

Description

contains the alignment of the formula.

See also

HorizontalAlignment

BaseFontHeight

Syntax

short BaseFontHeight;

Description

contains the base font height in point the formula will be formatted in.

All properties containing relative values are related to this value.


CustomFontNameFixed

Syntax

string CustomFontNameFixed;

Description

customized name for fixed font.


FontFixedIsItalic

Syntax

boolean FontFixedIsItalic;

Description

determins if the customized fixed font italic.


FontFixedIsBold

Syntax

boolean FontFixedIsBold;

Description

determins if the customized fixed font is bold.


CustomFontNameSans

Syntax

string CustomFontNameSans;

Description

customized name for sans serif font


FontSansIsItalic

Syntax

boolean FontSansIsItalic;

Description

determins if the customized sans serif font is italic.


FontSansIsBold

Syntax

boolean FontSansIsBold;

Description

determins if the customized sans serif font is bold.


CustomFontNameSerif

Syntax

string CustomFontNameSerif;

Description

customized name for serif font


FontSerifIsItalic

Syntax

boolean FontSerifIsItalic;

Description

determins if the customized serif is italic.


FontSerifIsBold

Syntax

boolean FontSerifIsBold;

Description

determins if the customized serif is bold.


FontNameFunctions

Syntax

string FontNameFunctions;

Description

contains the name of the font that is used to display functions contained in the formula.


FontFunctionsIsItalic

Syntax

boolean FontFunctionsIsItalic;

Description

determins if the font that is used to display functions is italic.


FontFunctionsIsBold

Syntax

boolean FontFunctionsIsBold;

Description

determins if the font that is used to display functions is bold.


FontNameNumbers

Syntax

string FontNameNumbers;

Description

contains the name of the font that is used to display numbers contained in the formula.


FontNumbersIsItalic

Syntax

boolean FontNumbersIsItalic;

Description

determins if the font that is used to display numbers is italic.


FontNumbersIsBold

Syntax

boolean FontNumbersIsBold;

Description

determins if the font that is used to display numbers is bold.


FontNameText

Syntax

string FontNameText;

Description

contains the name of the font that is used to display text contained in the formula.


FontTextIsItalic

Syntax

boolean FontTextIsItalic;

Description

determins if the font that is used to display text is italic.


FontTextIsBold

Syntax

boolean FontTextIsBold;

Description

determins if the font that is used to display text is bold.


FontNameVariables

Syntax

string FontNameVariables;

Description

contains the name of the font that is used to display variables contained in the formula.


FontVariablesIsItalic

Syntax

boolean FontVariablesIsItalic;

Description

determins if the font that is used to display variables is italic.


FontVariablesIsBold

Syntax

boolean FontVariablesIsBold;

Description

determins if the font that is used to display variables is bold.


Formula

Syntax

string Formula;

Description

contains the command string of the formula


IsScaleAllBrackets

Syntax

boolean IsScaleAllBrackets;

Description

decides if all brackets are scaled


IsTextMode

Syntax

boolean IsTextMode;

Description

switches into text mode.


RelativeFontHeightFunctions

Syntax

short RelativeFontHeightFunctions;

Description

contains the relative height of the font for functions.


RelativeFontHeightIndices

Syntax

short RelativeFontHeightIndices;

Description

contains the relative height of the font for indices.


RelativeFontHeightLimits

Syntax

short RelativeFontHeightLimits;

Description

contains the relative height of the font for limits.


RelativeFontHeightOperators

Syntax

short RelativeFontHeightOperators;

Description

contains the relative height of the font for operators.


RelativeFontHeightText

Syntax

short RelativeFontHeightText;

Description

contains the relative height of the font for text.


RelativeBracketDistance

Syntax

short RelativeBracketDistance;

Description

contains the relative distance of brackets.


RelativeBracketExcessSize

Syntax

short RelativeBracketExcessSize;

Description

contains the relative excess size of brackets.


RelativeFractionBarExcessLength

Syntax

short RelativeFractionBarExcessLength;

Description

contains the relative excess length of a fraction bar.


RelativeFractionBarLineWeight

Syntax

short RelativeFractionBarLineWeight;

Description

contains the relative line weight of a fraction bar.


RelativeFractionDenominatorDepth

Syntax

short RelativeFractionDenominatorDepth;

Description

contains the relative depth of the denominator of a fraction


RelativeFractionNumeratorHeight

Syntax

short RelativeFractionNumeratorHeight;

Description

contains the relative height of the numerator of a fraction.


RelativeIndexSubscript

Syntax

short RelativeIndexSubscript;

Description

contains the relative superscript of indices.


RelativeIndexSuperscript

Syntax

short RelativeIndexSuperscript;

Description

contains the relative subscript of indices.


RelativeLineSpacing

Syntax

short RelativeLineSpacing;

Description

contains the relative line spacing.


RelativeLowerLimitDistance

Syntax

short RelativeLowerLimitDistance;

Description

contains the relative distance of lower limits.


RelativeMatrixColumnSpacing

Syntax

short RelativeMatrixColumnSpacing;

Description

contains the relative column spacing of matrices.


RelativeMatrixLineSpacing

Syntax

short RelativeMatrixLineSpacing;

Description

contains the relative line spacing of matrices.


RelativeOperatorExcessSize

Syntax

short RelativeOperatorExcessSize;

Description

contains the relative excess of operators.


RelativeOperatorSpacing

Syntax

short RelativeOperatorSpacing;

Description

contains the relative spacing of operators.


RelativeRootSpacing

Syntax

short RelativeRootSpacing;

Description

contains the relative root spacing


RelativeScaleBracketExcessSize

Syntax

short RelativeScaleBracketExcessSize;

Description

contains the relative scaling of the bracket excess.


RelativeSpacing

Syntax

short RelativeSpacing;

Description

contains the relative spacing.


RelativeSymbolMinimumHeight

Syntax

short RelativeSymbolMinimumHeight;

Description

contains the relative minimum height of the formula.


RelativeSymbolPrimaryHeight

Syntax

short RelativeSymbolPrimaryHeight;

Description

contains the relative primary height of symbols.


RelativeUpperLimitDistance

Syntax

short RelativeUpperLimitDistance;

Description

contains the relative distance of upper limits


TopMargin

Syntax

short TopMargin;

Description

contains the metric value of the top margin of the formula.


BottomMargin

Syntax

short BottomMargin;

Description

contains the metric value of the bottom margin of the formula.


LeftMargin

Syntax

short LeftMargin;

Description

contains the metric value of the left margin of the formula.


RightMargin

Syntax

short RightMargin;

Description

contains the metric value of the right margin of the formula.

Top of Page