com.aspose.slides
Class TextCharacterPropertiesEx

java.lang.Object
  extended by com.aspose.slides.TextCharacterPropertiesEx
Direct Known Subclasses:
PortionEx

public class TextCharacterPropertiesEx
extends java.lang.Object

Represents a text portion with formatting.


Constructor Summary
TextCharacterPropertiesEx()
          Initializes a new instance of the TextCharacterPropertiesEx class.
TextCharacterPropertiesEx(TextCharacterPropertiesEx props)
          Initializes a new instance of the TextCharacterPropertiesEx class.
 
Method Summary
 java.lang.String getBookmarkId()
          Returns bookmark identifier.
 FillFormatEx getFillFormat()
          Returns the text FillFormatEx properties.
 ColorFormatEx getHighlightColor()
          Returns the color used to highlight a text.
 HyperlinkEx getHLinkClick()
          Returns the hyperlink defined for mouse click.
 HyperlinkEx getHLinkMouseOver()
          Returns the hyperlink defined for mouse over.
 LineFormatEx getLineFormat()
          Returns the LineFormatEx properties for text outlining.
 PresentationEx getPresentation()
           
 java.lang.String getRawAlternativeLanguageId()
           
 FontDataEx getRawComplexScriptFont()
           
 FontDataEx getRawEasternAsianFont()
           
 float getRawEscapement()
           
 NullableBool getRawFontBold()
          Determines whether the master's font Bold property should be inverted.
 float getRawFontHeight()
           
 NullableBool getRawFontItalic()
          Determines whether the master's font Italic property should be inverted.
 TextUnderlineTypeEx getRawFontUnderline()
           
 NullableBool getRawIsHardUnderlineFill()
           
 NullableBool getRawIsHardUnderlineLine()
           
 float getRawKerningMinimalSize()
           
 NullableBool getRawKumimoji()
           
 java.lang.String getRawLanguageId()
           
 FontDataEx getRawLatinFont()
           
 NullableBool getRawNoProof()
           
 NullableBool getRawNormaliseHeight()
           
 float getRawSpacing()
           
 TextStrikethroughTypeEx getRawStrikethroughType()
           
 FontDataEx getRawSymbolFont()
           
 TextCapTypeEx getRawTextCapType()
           
 BaseSlideEx getSlide()
           
 boolean getSmartTagClean()
           
 FillFormatEx getUnderlineFillFormat()
          Returns the underline line FillFormatEx properties.
 LineFormatEx getUnderlineLineFormat()
          Returns the LineFormatEx properties used to outline underline line.
 void setBookmarkId(java.lang.String value)
          Sets bookmark identifier.
 void setHLinkClick(HyperlinkEx value)
          Sets the hyperlink defined for mouse click.
 void setHLinkMouseOver(HyperlinkEx value)
          Sets the hyperlink defined for mouse over.
 void setRawAlternativeLanguageId(java.lang.String value)
           
 void setRawComplexScriptFont(FontDataEx value)
           
 void setRawEasternAsianFont(FontDataEx value)
           
 void setRawEscapement(float value)
           
 void setRawFontBold(NullableBool value)
          Sets whether the master's font Bold property should be inverted.
 void setRawFontHeight(float value)
           
 void setRawFontItalic(NullableBool value)
          Sets whether the master's font Italic property should be inverted.
 void setRawFontUnderline(TextUnderlineTypeEx value)
           
 void setRawIsHardUnderlineFill(NullableBool value)
           
 void setRawIsHardUnderlineLine(NullableBool value)
           
 void setRawKerningMinimalSize(float value)
           
 void setRawKumimoji(NullableBool value)
           
 void setRawLanguageId(java.lang.String value)
           
 void setRawLatinFont(FontDataEx value)
           
 void setRawNoProof(NullableBool value)
           
 void setRawNormaliseHeight(NullableBool value)
           
 void setRawSpacing(float value)
           
 void setRawStrikethroughType(TextStrikethroughTypeEx value)
           
 void setRawSymbolFont(FontDataEx value)
           
 void setRawTextCapType(TextCapTypeEx value)
           
 void setSmartTagClean(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextCharacterPropertiesEx

public TextCharacterPropertiesEx()
Initializes a new instance of the TextCharacterPropertiesEx class.


TextCharacterPropertiesEx

public TextCharacterPropertiesEx(TextCharacterPropertiesEx props)
Initializes a new instance of the TextCharacterPropertiesEx class.

Parameters:
props - TextCharacterPropertiesEx object to clone.
Method Detail

getLineFormat

public LineFormatEx getLineFormat()
Returns the LineFormatEx properties for text outlining.

Returns:
See LineFormatEx.

getFillFormat

public FillFormatEx getFillFormat()
Returns the text FillFormatEx properties.

Returns:
See FillFormatEx.

getHighlightColor

public ColorFormatEx getHighlightColor()
Returns the color used to highlight a text.

Returns:
See ColorFormatEx.

getUnderlineLineFormat

public LineFormatEx getUnderlineLineFormat()
Returns the LineFormatEx properties used to outline underline line.

Returns:
See LineFormatEx.

getUnderlineFillFormat

public FillFormatEx getUnderlineFillFormat()
Returns the underline line FillFormatEx properties.

Returns:
See FillFormatEx.

getBookmarkId

public java.lang.String getBookmarkId()
Returns bookmark identifier.


setBookmarkId

public void setBookmarkId(java.lang.String value)
Sets bookmark identifier.

Parameters:
value - new bookmark identifier.

getHLinkClick

public HyperlinkEx getHLinkClick()
Returns the hyperlink defined for mouse click.

Returns:
See HyperlinkEx.

setHLinkClick

public void setHLinkClick(HyperlinkEx value)
Sets the hyperlink defined for mouse click.

Parameters:
value - See HyperlinkEx.

getHLinkMouseOver

public HyperlinkEx getHLinkMouseOver()
Returns the hyperlink defined for mouse over.

Returns:
See HyperlinkEx.

setHLinkMouseOver

public void setHLinkMouseOver(HyperlinkEx value)
Sets the hyperlink defined for mouse over.

Parameters:
value - See HyperlinkEx.

getRawFontBold

public NullableBool getRawFontBold()
Determines whether the master's font Bold property should be inverted.


setRawFontBold

public void setRawFontBold(NullableBool value)
Sets whether the master's font Bold property should be inverted.

Parameters:
value -

getRawFontItalic

public NullableBool getRawFontItalic()
Determines whether the master's font Italic property should be inverted.


setRawFontItalic

public void setRawFontItalic(NullableBool value)
Sets whether the master's font Italic property should be inverted.

Parameters:
value -

getRawKumimoji

public NullableBool getRawKumimoji()

setRawKumimoji

public void setRawKumimoji(NullableBool value)

getRawNormaliseHeight

public NullableBool getRawNormaliseHeight()

setRawNormaliseHeight

public void setRawNormaliseHeight(NullableBool value)

getRawNoProof

public NullableBool getRawNoProof()

setRawNoProof

public void setRawNoProof(NullableBool value)

getRawFontUnderline

public TextUnderlineTypeEx getRawFontUnderline()

setRawFontUnderline

public void setRawFontUnderline(TextUnderlineTypeEx value)

getRawTextCapType

public TextCapTypeEx getRawTextCapType()

setRawTextCapType

public void setRawTextCapType(TextCapTypeEx value)

getRawStrikethroughType

public TextStrikethroughTypeEx getRawStrikethroughType()

setRawStrikethroughType

public void setRawStrikethroughType(TextStrikethroughTypeEx value)

getSmartTagClean

public boolean getSmartTagClean()

setSmartTagClean

public void setSmartTagClean(boolean value)

getRawIsHardUnderlineLine

public NullableBool getRawIsHardUnderlineLine()

setRawIsHardUnderlineLine

public void setRawIsHardUnderlineLine(NullableBool value)

getRawIsHardUnderlineFill

public NullableBool getRawIsHardUnderlineFill()

setRawIsHardUnderlineFill

public void setRawIsHardUnderlineFill(NullableBool value)

getRawFontHeight

public float getRawFontHeight()

setRawFontHeight

public void setRawFontHeight(float value)

getRawLatinFont

public FontDataEx getRawLatinFont()

setRawLatinFont

public void setRawLatinFont(FontDataEx value)

getRawEasternAsianFont

public FontDataEx getRawEasternAsianFont()

setRawEasternAsianFont

public void setRawEasternAsianFont(FontDataEx value)

getRawComplexScriptFont

public FontDataEx getRawComplexScriptFont()

setRawComplexScriptFont

public void setRawComplexScriptFont(FontDataEx value)

getRawSymbolFont

public FontDataEx getRawSymbolFont()

setRawSymbolFont

public void setRawSymbolFont(FontDataEx value)

getRawEscapement

public float getRawEscapement()

setRawEscapement

public void setRawEscapement(float value)

getRawKerningMinimalSize

public float getRawKerningMinimalSize()

setRawKerningMinimalSize

public void setRawKerningMinimalSize(float value)

getRawLanguageId

public java.lang.String getRawLanguageId()

setRawLanguageId

public void setRawLanguageId(java.lang.String value)

getRawAlternativeLanguageId

public java.lang.String getRawAlternativeLanguageId()

setRawAlternativeLanguageId

public void setRawAlternativeLanguageId(java.lang.String value)

getRawSpacing

public float getRawSpacing()

setRawSpacing

public void setRawSpacing(float value)

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()