com.aspose.slides
Interface IPortionFormatEffectiveData

All Known Implementing Classes:
PortionFormatEffectiveData

public interface IPortionFormatEffectiveData

Immutable object which contains text portion formatting properties.


This class is used together with the Portion class to return effective formatting values with inheritance applied.

See Also:
Portion.CreatePortionFormatEffective

Method Summary
 java.lang.String getAlternativeLanguageId()
           Returns or sets the Id of an alternative language.
 java.lang.String getBookmarkId()
           Returns or sets bookmark identifier.
 IFontData getComplexScriptFont()
           Returns or sets the complex script font info.
 IFontData getEastAsianFont()
           Returns or sets the East Asian font info.
 IEffectFormatEffectiveData getEffectFormat()
           Returns the text EffectFormatEx properties.
 float getEscapement()
           Returns or sets the superscript or subscript text.
 IFillFormatEffectiveData getFillFormat()
           Returns the text FillFormatEx properties.
 boolean getFontBold()
           Determines whether the font is bold.
 float getFontHeight()
           Returns or sets the font height of a portion.
 boolean getFontItalic()
           Determines whether the font is itallic.
 byte getFontUnderline()
           Returns or sets the text underline type.
 java.awt.Color getHighlightColor()
           Returns the color used to highlight a text.
 IHyperlink getHyperlinkClick()
           Returns or sets the hyperlink defined for mouse click.
 IHyperlink getHyperlinkMouseOver()
           Returns or sets the hyperlink defined for mouse over.
 float getKerningMinimalSize()
           Returns or sets the minimal font size, for which kerning should be switched on.
 boolean getKumimoji()
           Determines whether the numbers should ignore text eastern language-specific vertical text layout.
 java.lang.String getLanguageId()
           Returns or sets the Id of a language.
 IFontData getLatinFont()
           Returns or sets the Latin font info.
 ILineFormatEffectiveData getLineFormat()
           Returns the LineFormatEx properties for text outlining.
 boolean getNormaliseHeight()
           Determines whether the height of a text should be normalized.
 boolean getProofDisabled()
           Determines whether the text shouldn't be proofed.
 boolean getSmartTagClean()
           Determines whether the smart tag should be cleaned.
 float getSpacing()
           Returns or sets the intercharacter spacing increment.
 byte getStrikethroughType()
           Returns or sets the strikethrough type of a text.
 IFontData getSymbolFont()
           Returns or sets the symbolic font info.
 byte getTextCapType()
           Returns or sets the type of text capitalization.
 IFillFormatEffectiveData getUnderlineFillFormat()
           Returns the underline line FillFormatEx properties.
 ILineFormatEffectiveData getUnderlineLineFormat()
           Returns the LineFormatEx properties used to outline underline line.
 boolean isHardUnderlineFill()
           Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text.
 boolean isHardUnderlineLine()
           Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text.
 

Method Detail

getLineFormat

ILineFormatEffectiveData getLineFormat()

Returns the LineFormatEx properties for text outlining. Read-only ILineFormatEffectiveData.


getFillFormat

IFillFormatEffectiveData getFillFormat()

Returns the text FillFormatEx properties. Read-only IFillFormatEffectiveData.


getEffectFormat

IEffectFormatEffectiveData getEffectFormat()

Returns the text EffectFormatEx properties. Read-only IEffectFormatEffectiveData.


getHighlightColor

java.awt.Color getHighlightColor()

Returns the color used to highlight a text. Read-only java.awt.Color.


getUnderlineLineFormat

ILineFormatEffectiveData getUnderlineLineFormat()

Returns the LineFormatEx properties used to outline underline line. Read-only ILineFormatEffectiveData.


getUnderlineFillFormat

IFillFormatEffectiveData getUnderlineFillFormat()

Returns the underline line FillFormatEx properties. Read-only IFillFormatEffectiveData.


getBookmarkId

java.lang.String getBookmarkId()

Returns or sets bookmark identifier. Read-only String.


getHyperlinkClick

IHyperlink getHyperlinkClick()

Returns or sets the hyperlink defined for mouse click. Read-only IHyperlink.


getHyperlinkMouseOver

IHyperlink getHyperlinkMouseOver()

Returns or sets the hyperlink defined for mouse over. Read-only IHyperlink.


getFontBold

boolean getFontBold()

Determines whether the font is bold. Read-only boolean.


getFontItalic

boolean getFontItalic()

Determines whether the font is itallic. Read-only boolean.


getKumimoji

boolean getKumimoji()

Determines whether the numbers should ignore text eastern language-specific vertical text layout. Read-only boolean.


getNormaliseHeight

boolean getNormaliseHeight()

Determines whether the height of a text should be normalized. Read-only boolean.


getProofDisabled

boolean getProofDisabled()

Determines whether the text shouldn't be proofed. Read-only boolean.


getFontUnderline

byte getFontUnderline()

Returns or sets the text underline type. Read-only TextUnderlineType.


getTextCapType

byte getTextCapType()

Returns or sets the type of text capitalization. Read-only TextCapType.


getStrikethroughType

byte getStrikethroughType()

Returns or sets the strikethrough type of a text. Read-only TextStrikethroughType.


getSmartTagClean

boolean getSmartTagClean()

Determines whether the smart tag should be cleaned. Read-only boolean.


isHardUnderlineLine

boolean isHardUnderlineLine()

Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read-only boolean.


isHardUnderlineFill

boolean isHardUnderlineFill()

Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read-only boolean.


getFontHeight

float getFontHeight()

Returns or sets the font height of a portion. Read-only float.


getLatinFont

IFontData getLatinFont()

Returns or sets the Latin font info. Read-only IFontData.


getEastAsianFont

IFontData getEastAsianFont()

Returns or sets the East Asian font info. Read-only IFontData.


getComplexScriptFont

IFontData getComplexScriptFont()

Returns or sets the complex script font info. Read-only IFontData.


getSymbolFont

IFontData getSymbolFont()

Returns or sets the symbolic font info. Read-only IFontData.


getEscapement

float getEscapement()

Returns or sets the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). Read-only float.


getKerningMinimalSize

float getKerningMinimalSize()

Returns or sets the minimal font size, for which kerning should be switched on. Read-only float.


getLanguageId

java.lang.String getLanguageId()

Returns or sets the Id of a language. Read-only String.


getAlternativeLanguageId

java.lang.String getAlternativeLanguageId()

Returns or sets the Id of an alternative language. Read-only String.


getSpacing

float getSpacing()

Returns or sets the intercharacter spacing increment. Read-only float.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.