BasePortionFormat
BasePortionFormat class
Common text portion formatting properties.
getAlternativeLanguageId
| Name | Description |
|---|---|
| getAlternativeLanguageId () | Returns or sets the Id of an alternative language. Read/write String. |
Returns: String
getComplexScriptFont
| Name | Description |
|---|---|
| getComplexScriptFont () | Returns or sets the complex script font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: FontData
getEastAsianFont
| Name | Description |
|---|---|
| getEastAsianFont () | Returns or sets the East Asian font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: FontData
getEffectFormat
| Name | Description |
|---|---|
| getEffectFormat () | Returns the text EffectFormat properties. No inheritance applied. Read-only IEffectFormat. |
Returns: EffectFormat
getEscapement
| Name | Description |
|---|---|
| getEscapement () | Returns or sets the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). Float.NaN means value is undefined and should be inherited from the Master. Read/write float. |
Returns: float
getFillFormat
| Name | Description |
|---|---|
| getFillFormat () | Returns the text FillFormat properties. No inheritance applied. Read-only IFillFormat. |
Returns: FillFormat
getFontBold
| Name | Description |
|---|---|
| getFontBold () | Determines whether the font is bold. No inheritance applied. Read/write NullableBool. |
Returns: byte
getFontHeight
| Name | Description |
|---|---|
| getFontHeight () | Returns or sets the font height of a portion. Float.NaN means height is undefined and should be inherited from the Master. Read/write float. |
Returns: float
getFontItalic
| Name | Description |
|---|---|
| getFontItalic () | Determines whether the font is itallic. No inheritance applied. Read/write NullableBool. |
Returns: byte
getFontUnderline
| Name | Description |
|---|---|
| getFontUnderline () | Returns or sets the text underline type. No inheritance applied. Read/write TextUnderlineType. |
Returns: byte
getHighlightColor
| Name | Description |
|---|---|
| getHighlightColor () | Returns the color used to highlight a text. No inheritance applied. Read-only IColorFormat. |
Returns: ColorFormat
getKerningMinimalSize
| Name | Description |
|---|---|
| getKerningMinimalSize () | Returns or sets the minimal font size, for which kerning should be switched on. Float.NaN means value is undefined and should be inherited from the Master. Read/write float. |
Returns: float
getKumimoji
| Name | Description |
|---|---|
| getKumimoji () | Determines whether the numbers should ignore text eastern language-specific vertical text layout. No inheritance applied. Read/write NullableBool. |
Returns: byte
getLanguageId
| Name | Description |
|---|---|
| getLanguageId () | Returns or sets the Id of a proofing language. Used for checking spelling and grammar. Read/write String. |
Returns: String
getLatinFont
| Name | Description |
|---|---|
| getLatinFont () | Returns or sets the Latin font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: FontData
getLineFormat
| Name | Description |
|---|---|
| getLineFormat () | Returns the LineFormat properties for text outlining. No inheritance applied. Read-only ILineFormat. |
Returns: LineFormat
getNormaliseHeight
| Name | Description |
|---|---|
| getNormaliseHeight () | Determines whether the height of a text should be normalized. No inheritance applied. Read/write NullableBool. |
Returns: byte
getProofDisabled
| Name | Description |
|---|---|
| getProofDisabled () | Determines whether the text shouldn’t be proofed. No inheritance applied. Read/write NullableBool. |
Returns: byte
getSpacing
| Name | Description |
|---|---|
| getSpacing () | Returns or sets the intercharacter spacing increment. Float.NaN means value is undefined and should be inherited from the Master. Read/write float. |
Returns: float
getStrikethroughType
| Name | Description |
|---|---|
| getStrikethroughType () | Returns or sets the strikethrough type of a text. No inheritance applied. Read/write TextStrikethroughType. |
Returns: byte
getSymbolFont
| Name | Description |
|---|---|
| getSymbolFont () | Returns or sets the symbolic font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: FontData
getTextCapType
| Name | Description |
|---|---|
| getTextCapType () | Returns or sets the type of text capitalization. No inheritance applied. Read/write TextCapType. |
Returns: byte
getUnderlineFillFormat
| Name | Description |
|---|---|
| getUnderlineFillFormat () | Returns the underline line FillFormat properties. No inheritance applied. Read-only IFillFormat. |
Returns: FillFormat
getUnderlineLineFormat
| Name | Description |
|---|---|
| getUnderlineLineFormat () | Returns the LineFormat properties used to outline underline line. No inheritance applied. Read-only ILineFormat. |
Returns: LineFormat
getVersion
| Name | Description |
|---|---|
| getVersion () |
Returns: long
isHardUnderlineFill
| Name | Description |
|---|---|
| isHardUnderlineFill () | Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read/write NullableBool. |
Returns: byte
isHardUnderlineLine
| Name | Description |
|---|---|
| isHardUnderlineLine () | Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read/write NullableBool. |
Returns: byte
setAlternativeLanguageId
| Name | Description |
|---|---|
| setAlternativeLanguageId (String) | Returns or sets the Id of an alternative language. Read/write String. |
Returns: void
setComplexScriptFont
| Name | Description |
|---|---|
| setComplexScriptFont (FontData) | Returns or sets the complex script font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: void
setEastAsianFont
| Name | Description |
|---|---|
| setEastAsianFont (FontData) | Returns or sets the East Asian font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: void
setEscapement
| Name | Description |
|---|---|
| setEscapement (float) | Returns or sets the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). Float.NaN means value is undefined and should be inherited from the Master. Read/write float. |
Returns: void
setFontBold
| Name | Description |
|---|---|
| setFontBold (byte) | Determines whether the font is bold. No inheritance applied. Read/write NullableBool. |
Returns: void
setFontHeight
| Name | Description |
|---|---|
| setFontHeight (float) | Returns or sets the font height of a portion. Float.NaN means height is undefined and should be inherited from the Master. Read/write float. |
Returns: void
setFontItalic
| Name | Description |
|---|---|
| setFontItalic (byte) | Determines whether the font is itallic. No inheritance applied. Read/write NullableBool. |
Returns: void
setFontUnderline
| Name | Description |
|---|---|
| setFontUnderline (byte) | Returns or sets the text underline type. No inheritance applied. Read/write TextUnderlineType. |
Returns: void
setHardUnderlineFill
| Name | Description |
|---|---|
| setHardUnderlineFill (byte) | Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read/write NullableBool. |
Returns: void
setHardUnderlineLine
| Name | Description |
|---|---|
| setHardUnderlineLine (byte) | Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read/write NullableBool. |
Returns: void
setKerningMinimalSize
| Name | Description |
|---|---|
| setKerningMinimalSize (float) | Returns or sets the minimal font size, for which kerning should be switched on. Float.NaN means value is undefined and should be inherited from the Master. Read/write float. |
Returns: void
setKumimoji
| Name | Description |
|---|---|
| setKumimoji (byte) | Determines whether the numbers should ignore text eastern language-specific vertical text layout. No inheritance applied. Read/write NullableBool. |
Returns: void
setLanguageId
| Name | Description |
|---|---|
| setLanguageId (String) | Returns or sets the Id of a proofing language. Used for checking spelling and grammar. Read/write String. |
Returns: void
setLatinFont
| Name | Description |
|---|---|
| setLatinFont (FontData) | Returns or sets the Latin font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: void
setNormaliseHeight
| Name | Description |
|---|---|
| setNormaliseHeight (byte) | Determines whether the height of a text should be normalized. No inheritance applied. Read/write NullableBool. |
Returns: void
setProofDisabled
| Name | Description |
|---|---|
| setProofDisabled (byte) | Determines whether the text shouldn’t be proofed. No inheritance applied. Read/write NullableBool. |
Returns: void
setSpacing
| Name | Description |
|---|---|
| setSpacing (float) | Returns or sets the intercharacter spacing increment. Float.NaN means value is undefined and should be inherited from the Master. Read/write float. |
Returns: void
setStrikethroughType
| Name | Description |
|---|---|
| setStrikethroughType (byte) | Returns or sets the strikethrough type of a text. No inheritance applied. Read/write TextStrikethroughType. |
Returns: void
setSymbolFont
| Name | Description |
|---|---|
| setSymbolFont (FontData) | Returns or sets the symbolic font info. Null means font is undefined and should be inherited from the Master. Read/write IFontData. |
Returns: void
setTextCapType
| Name | Description |
|---|---|
| setTextCapType (byte) | Returns or sets the type of text capitalization. No inheritance applied. Read/write TextCapType. |
Returns: void