com.aspose.slides
Class PortionEx

java.lang.Object
  extended by com.aspose.slides.TextCharacterPropertiesEx
      extended by com.aspose.slides.PortionEx

public final class PortionEx
extends TextCharacterPropertiesEx

Represents a portion of a text.


Constructor Summary
PortionEx()
          Initializes a new instance of the PortionEx class.
PortionEx(PortionEx portion)
          Initializes a new instance of the PortionEx class.
PortionEx(java.lang.String str)
          Initializes a new instance of the PortionEx class.
 
Method Summary
 java.lang.String getText()
          Returns the plain text of a portion.
 void setText(java.lang.String value)
          Sets the plain text of a portion.
 
Methods inherited from class com.aspose.slides.TextCharacterPropertiesEx
getBookmarkId, getFillFormat, getHighlightColor, getHLinkClick, getHLinkMouseOver, getLineFormat, getPresentation, getRawAlternativeLanguageId, getRawComplexScriptFont, getRawEasternAsianFont, getRawEscapement, getRawFontBold, getRawFontHeight, getRawFontItalic, getRawFontUnderline, getRawIsHardUnderlineFill, getRawIsHardUnderlineLine, getRawKerningMinimalSize, getRawKumimoji, getRawLanguageId, getRawLatinFont, getRawNoProof, getRawNormaliseHeight, getRawSpacing, getRawStrikethroughType, getRawSymbolFont, getRawTextCapType, getSlide, getSmartTagClean, getUnderlineFillFormat, getUnderlineLineFormat, setBookmarkId, setHLinkClick, setHLinkMouseOver, setRawAlternativeLanguageId, setRawComplexScriptFont, setRawEasternAsianFont, setRawEscapement, setRawFontBold, setRawFontHeight, setRawFontItalic, setRawFontUnderline, setRawIsHardUnderlineFill, setRawIsHardUnderlineLine, setRawKerningMinimalSize, setRawKumimoji, setRawLanguageId, setRawLatinFont, setRawNoProof, setRawNormaliseHeight, setRawSpacing, setRawStrikethroughType, setRawSymbolFont, setRawTextCapType, setSmartTagClean
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortionEx

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


PortionEx

public PortionEx(java.lang.String str)
Initializes a new instance of the PortionEx class.

Parameters:
str - String to initialize the portion.

PortionEx

public PortionEx(PortionEx portion)
Initializes a new instance of the PortionEx class.

Parameters:
portion - PortionEx object to copy data from.
Method Detail

getText

public java.lang.String getText()
Returns the plain text of a portion.


setText

public void setText(java.lang.String value)
             throws PptException
Sets the plain text of a portion.

Parameters:
value - new text value.
Throws:
PptException