com.aspose.slides.pptx
Class PortionEx

java.lang.Object
  extended by com.aspose.slides.pptx.TextCharacterPropertiesEx
      extended by com.aspose.slides.pptx.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 using another PortionEx.
PortionEx(java.lang.String str)
          Initializes a new instance of the PortionEx class using string.
 
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.pptx.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 using string.


PortionEx

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

Method Detail

getText

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


setText

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

Parameters:
value - new text value.