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()
           
 java.lang.String getBookmarkId()
           
 IFontData getComplexScriptFont()
           
 IFontData getEastAsianFont()
           
 IEffectFormatEffectiveData getEffectFormat()
           
 float getEscapement()
           
 IFillFormatEffectiveData getFillFormat()
           
 boolean getFontBold()
           
 float getFontHeight()
           
 boolean getFontItalic()
           
 byte getFontUnderline()
           
 java.awt.Color getHighlightColor()
           
 IHyperlink getHyperlinkClick()
           
 IHyperlink getHyperlinkMouseOver()
           
 float getKerningMinimalSize()
           
 boolean getKumimoji()
           
 java.lang.String getLanguageId()
           
 IFontData getLatinFont()
           
 ILineFormatEffectiveData getLineFormat()
           
 boolean getNormaliseHeight()
           
 boolean getProofDisabled()
           
 boolean getSmartTagClean()
           
 float getSpacing()
           
 byte getStrikethroughType()
           
 IFontData getSymbolFont()
           
 byte getTextCapType()
           
 IFillFormatEffectiveData getUnderlineFillFormat()
           
 ILineFormatEffectiveData getUnderlineLineFormat()
           
 boolean isHardUnderlineFill()
           
 boolean isHardUnderlineLine()
           
 

Method Detail

getLineFormat

ILineFormatEffectiveData getLineFormat()

getFillFormat

IFillFormatEffectiveData getFillFormat()

getEffectFormat

IEffectFormatEffectiveData getEffectFormat()

getHighlightColor

java.awt.Color getHighlightColor()

getUnderlineLineFormat

ILineFormatEffectiveData getUnderlineLineFormat()

getUnderlineFillFormat

IFillFormatEffectiveData getUnderlineFillFormat()

getBookmarkId

java.lang.String getBookmarkId()

getHyperlinkClick

IHyperlink getHyperlinkClick()

getHyperlinkMouseOver

IHyperlink getHyperlinkMouseOver()

getFontBold

boolean getFontBold()

getFontItalic

boolean getFontItalic()

getKumimoji

boolean getKumimoji()

getNormaliseHeight

boolean getNormaliseHeight()

getProofDisabled

boolean getProofDisabled()

getFontUnderline

byte getFontUnderline()

getTextCapType

byte getTextCapType()

getStrikethroughType

byte getStrikethroughType()

getSmartTagClean

boolean getSmartTagClean()

isHardUnderlineLine

boolean isHardUnderlineLine()

isHardUnderlineFill

boolean isHardUnderlineFill()

getFontHeight

float getFontHeight()

getLatinFont

IFontData getLatinFont()

getEastAsianFont

IFontData getEastAsianFont()

getComplexScriptFont

IFontData getComplexScriptFont()

getSymbolFont

IFontData getSymbolFont()

getEscapement

float getEscapement()

getKerningMinimalSize

float getKerningMinimalSize()

getLanguageId

java.lang.String getLanguageId()

getAlternativeLanguageId

java.lang.String getAlternativeLanguageId()

getSpacing

float getSpacing()