com.aspose.slides
Class PortionFormatDataEx

java.lang.Object
  extended by com.aspose.slides.PortionFormatDataEx

public class PortionFormatDataEx
extends java.lang.Object

immutable object which contains the portion's formatting properties.


Method Summary
 java.lang.String getAlternativeLanguageId()
           Returns or sets the Id of an alternative language.
 java.lang.String getBookmarkId()
           Returns or sets bookmark identifier.
 FontDataEx getComplexScriptFont()
           Returns or sets the complex script font info.
 FontDataEx getEastAsianFont()
           Returns or sets the East Asian font info.
 EffectFormatDataEx getEffectFormat()
           Returns the text EffectFormatEx properties.
 float getEscapement()
           Returns or sets the superscript or subscript text.
 FillFormatDataEx 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()
           
 HyperlinkEx getHLinkClick()
           Returns or sets the hyperlink defined for mouse click.
 HyperlinkEx getHLinkMouseOver()
           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.
 FontDataEx getLatinFont()
           Returns or sets the Latin font info.
 LineFormatDataEx 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.
 FontDataEx getSymbolFont()
           Returns or sets the symbolic font info.
 byte getTextCapType()
           Returns or sets the type of text capitalization.
 FillFormatDataEx getUnderlineFillFormat()
           Returns the underline line FillFormatEx properties.
 LineFormatDataEx getUnderlineLineFormat()
           Returns the LineFormatEx properties used to outline underline line.
 byte isHardUnderlineFill()
           Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text.
 byte isHardUnderlineLine()
           Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text.
 void setFontUnderline(byte value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLineFormat

public LineFormatDataEx getLineFormat()

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


getFillFormat

public FillFormatDataEx getFillFormat()

Returns the text FillFormatEx properties. Read-only FillFormatEx.


getEffectFormat

public EffectFormatDataEx getEffectFormat()

Returns the text EffectFormatEx properties. Read-only EffectFormatEx.


getHighlightColor

public java.awt.Color getHighlightColor()

getUnderlineLineFormat

public LineFormatDataEx getUnderlineLineFormat()

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


getUnderlineFillFormat

public FillFormatDataEx getUnderlineFillFormat()

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


getBookmarkId

public java.lang.String getBookmarkId()

Returns or sets bookmark identifier. Read/write string.


getHLinkClick

public HyperlinkEx getHLinkClick()

Returns or sets the hyperlink defined for mouse click. Read/write HyperlinkEx.


getHLinkMouseOver

public HyperlinkEx getHLinkMouseOver()

Returns or sets the hyperlink defined for mouse over. Read/write HyperlinkEx.


getFontBold

public boolean getFontBold()

Determines whether the font is bold. Read/write NullableBool.


getFontItalic

public boolean getFontItalic()

Determines whether the font is itallic. Read/write NullableBool.


getKumimoji

public boolean getKumimoji()

Determines whether the numbers should ignore text eastern language-specific vertical text layout. Read/write NullableBool.


getNormaliseHeight

public boolean getNormaliseHeight()

Determines whether the height of a text should be normalized. Read/write NullableBool.


getProofDisabled

public boolean getProofDisabled()

Determines whether the text shouldn't be proofed. Read/write NullableBool.


getFontUnderline

public byte getFontUnderline()

Returns or sets the text underline type. Read/write TextUnderlineTypeEx.


setFontUnderline

public void setFontUnderline(byte value)

getTextCapType

public byte getTextCapType()

Returns or sets the type of text capitalization. Read/write TextCapTypeEx.


getStrikethroughType

public byte getStrikethroughType()

Returns or sets the strikethrough type of a text. Read/write TextStrikethroughTypeEx.


getSmartTagClean

public boolean getSmartTagClean()

Determines whether the smart tag should be cleaned. Read/write bool.


isHardUnderlineLine

public byte isHardUnderlineLine()

Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. Read/write NullableBool.


isHardUnderlineFill

public byte isHardUnderlineFill()

Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. Read/write NullableBool.


getFontHeight

public float getFontHeight()

Returns or sets the font height of a portion. <b>float.NaN</b> means height is undefined and should be inherited from the Master. Read/write short.


getLatinFont

public FontDataEx getLatinFont()

Returns or sets the Latin font info. Null means font is undefined and should be inherited from the Master. Read/write FontDataEx.


getEastAsianFont

public FontDataEx getEastAsianFont()

Returns or sets the East Asian font info. Null means font is undefined and should be inherited from the Master. Read/write FontDataEx.


getComplexScriptFont

public FontDataEx getComplexScriptFont()

Returns or sets the complex script font info. Null means font is undefined and should be inherited from the Master. Read/write FontDataEx.


getSymbolFont

public FontDataEx getSymbolFont()

Returns or sets the symbolic font info. Null means font is undefined and should be inherited from the Master. Read/write FontDataEx.


getEscapement

public float getEscapement()

Returns or sets the superscript or subscript text. Value from -100% (subscript) to 100% (superscript). <b>float.NaN</b> means value is undefined and should be inherited from the Master. Read/write short.


getKerningMinimalSize

public float getKerningMinimalSize()

Returns or sets the minimal font size, for which kerning should be switched on. <b>float.NaN</b> means value is undefined and should be inherited from the Master. Read/write float.


getLanguageId

public java.lang.String getLanguageId()

Returns or sets the Id of a language. Read/write string.


getAlternativeLanguageId

public java.lang.String getAlternativeLanguageId()

Returns or sets the Id of an alternative language. Read/write string.


getSpacing

public float getSpacing()

Returns or sets the intercharacter spacing increment. <b>float.NaN</b> means value is undefined and should be inherited from the Master. Read/write float.