|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.TextCharacterPropertiesEx
com.aspose.slides.pptx.PortionEx
public final class PortionEx
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 |
getAlternativeLanguageId()
Returns the Id of an alternative language. |
FontDataEx |
getComplexScriptFont()
Returns the complex script font info. |
FontDataEx |
getEastAsianFont()
Returns the Eastern Asian font info. |
float |
getEscapement()
Returns the superscript or subscript text. |
NullableBool |
getFontBold()
Determines whether the font is bold. |
float |
getFontHeight()
Returns the font height of a portion. |
NullableBool |
getFontItalic()
Determines whether the font is italic. |
TextUnderlineTypeEx |
getFontUnderline()
Returns the text underline type. |
NullableBool |
getIsHardUnderlineFill()
Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. |
NullableBool |
getIsHardUnderlineLine()
Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. |
float |
getKerningMinimalSize()
Returns the minimal font size, for which kerning should be switched on. |
NullableBool |
getKumimoji()
Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
java.lang.String |
getLanguageId()
Returns the Id of a language. |
FontDataEx |
getLatinFont()
Returns the Latin font info. |
NullableBool |
getNoProof()
|
NullableBool |
getNormaliseHeight()
Determines whether the height of a text should be normalized. |
float |
getSpacing()
Returns the intercharacter spacing increment. |
TextStrikethroughTypeEx |
getStrikethroughType()
Returns the strikethrough type of a text. |
FontDataEx |
getSymbolFont()
Returns the symbolic font info. |
java.lang.String |
getText()
Returns the plain text of a portion. |
TextCapTypeEx |
getTextCapType()
Returns the type of text capitalization. |
void |
setAlternativeLanguageId(java.lang.String value)
Sets the Id of an alternative language. |
void |
setComplexScriptFont(FontDataEx value)
Sets the complex script font info. |
void |
setEastAsianFont(FontDataEx value)
Sets the Eastern Asian font info. |
void |
setEscapement(float value)
Sets the superscript or subscript text. |
void |
setFontBold(NullableBool value)
Determines whether the font is bold. |
void |
setFontHeight(float value)
Sets the font height of a portion. |
void |
setFontItalic(NullableBool value)
Determines whether the font is itallic. |
void |
setFontUnderline(TextUnderlineTypeEx value)
Sets the text underline type. |
void |
setIsHardUnderlineFill(NullableBool value)
Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. |
void |
setIsHardUnderlineLine(NullableBool value)
Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. |
void |
setKerningMinimalSize(float value)
Sets the minimal font size, for which kerning should be switched on. |
void |
setKumimoji(NullableBool value)
Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
void |
setLanguageId(java.lang.String value)
Sets the Id of a language. |
void |
setLatinFont(FontDataEx value)
Sets the Latin font info. |
void |
setNoProof(NullableBool value)
|
void |
setNormaliseHeight(NullableBool value)
Determines whether the height of a text should be normalized. |
void |
setSpacing(float value)
Sets the intercharacter spacing increment. |
void |
setStrikethroughType(TextStrikethroughTypeEx value)
Sets the strikethrough type of a text. |
void |
setSymbolFont(FontDataEx value)
Sets the symbolic font info. |
void |
setText(java.lang.String value)
Sets the plain text of a portion. |
void |
setTextCapType(TextCapTypeEx value)
Sets the type of text capitalization. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortionEx()
public PortionEx(java.lang.String str)
public PortionEx(PortionEx portion)
Method Detail |
---|
public NullableBool getFontBold()
TextCharacterPropertiesEx
getFontBold
in class TextCharacterPropertiesEx
public void setFontBold(NullableBool value)
TextCharacterPropertiesEx
setFontBold
in class TextCharacterPropertiesEx
public NullableBool getFontItalic()
TextCharacterPropertiesEx
getFontItalic
in class TextCharacterPropertiesEx
public void setFontItalic(NullableBool value)
TextCharacterPropertiesEx
setFontItalic
in class TextCharacterPropertiesEx
public NullableBool getKumimoji()
TextCharacterPropertiesEx
getKumimoji
in class TextCharacterPropertiesEx
public void setKumimoji(NullableBool value)
TextCharacterPropertiesEx
setKumimoji
in class TextCharacterPropertiesEx
public NullableBool getNormaliseHeight()
TextCharacterPropertiesEx
getNormaliseHeight
in class TextCharacterPropertiesEx
public void setNormaliseHeight(NullableBool value)
TextCharacterPropertiesEx
setNormaliseHeight
in class TextCharacterPropertiesEx
public NullableBool getNoProof()
public void setNoProof(NullableBool value)
public TextUnderlineTypeEx getFontUnderline()
TextCharacterPropertiesEx
getFontUnderline
in class TextCharacterPropertiesEx
public void setFontUnderline(TextUnderlineTypeEx value)
TextCharacterPropertiesEx
setFontUnderline
in class TextCharacterPropertiesEx
public TextCapTypeEx getTextCapType()
TextCharacterPropertiesEx
getTextCapType
in class TextCharacterPropertiesEx
public void setTextCapType(TextCapTypeEx value)
TextCharacterPropertiesEx
setTextCapType
in class TextCharacterPropertiesEx
public TextStrikethroughTypeEx getStrikethroughType()
TextCharacterPropertiesEx
getStrikethroughType
in class TextCharacterPropertiesEx
public void setStrikethroughType(TextStrikethroughTypeEx value)
TextCharacterPropertiesEx
setStrikethroughType
in class TextCharacterPropertiesEx
public NullableBool getIsHardUnderlineLine()
TextCharacterPropertiesEx
getIsHardUnderlineLine
in class TextCharacterPropertiesEx
public void setIsHardUnderlineLine(NullableBool value)
TextCharacterPropertiesEx
setIsHardUnderlineLine
in class TextCharacterPropertiesEx
public NullableBool getIsHardUnderlineFill()
TextCharacterPropertiesEx
getIsHardUnderlineFill
in class TextCharacterPropertiesEx
public void setIsHardUnderlineFill(NullableBool value)
TextCharacterPropertiesEx
setIsHardUnderlineFill
in class TextCharacterPropertiesEx
public float getFontHeight()
TextCharacterPropertiesEx
getFontHeight
in class TextCharacterPropertiesEx
public void setFontHeight(float value)
TextCharacterPropertiesEx
setFontHeight
in class TextCharacterPropertiesEx
public FontDataEx getLatinFont()
TextCharacterPropertiesEx
getLatinFont
in class TextCharacterPropertiesEx
public void setLatinFont(FontDataEx value)
TextCharacterPropertiesEx
setLatinFont
in class TextCharacterPropertiesEx
public FontDataEx getEastAsianFont()
TextCharacterPropertiesEx
getEastAsianFont
in class TextCharacterPropertiesEx
public void setEastAsianFont(FontDataEx value)
TextCharacterPropertiesEx
setEastAsianFont
in class TextCharacterPropertiesEx
public FontDataEx getComplexScriptFont()
TextCharacterPropertiesEx
getComplexScriptFont
in class TextCharacterPropertiesEx
public void setComplexScriptFont(FontDataEx value)
TextCharacterPropertiesEx
setComplexScriptFont
in class TextCharacterPropertiesEx
public FontDataEx getSymbolFont()
TextCharacterPropertiesEx
getSymbolFont
in class TextCharacterPropertiesEx
public void setSymbolFont(FontDataEx value)
TextCharacterPropertiesEx
setSymbolFont
in class TextCharacterPropertiesEx
public float getEscapement()
TextCharacterPropertiesEx
getEscapement
in class TextCharacterPropertiesEx
public void setEscapement(float value)
TextCharacterPropertiesEx
setEscapement
in class TextCharacterPropertiesEx
public float getKerningMinimalSize()
TextCharacterPropertiesEx
getKerningMinimalSize
in class TextCharacterPropertiesEx
public void setKerningMinimalSize(float value)
TextCharacterPropertiesEx
setKerningMinimalSize
in class TextCharacterPropertiesEx
public java.lang.String getLanguageId()
TextCharacterPropertiesEx
getLanguageId
in class TextCharacterPropertiesEx
public void setLanguageId(java.lang.String value)
TextCharacterPropertiesEx
setLanguageId
in class TextCharacterPropertiesEx
public java.lang.String getAlternativeLanguageId()
TextCharacterPropertiesEx
getAlternativeLanguageId
in class TextCharacterPropertiesEx
public void setAlternativeLanguageId(java.lang.String value)
TextCharacterPropertiesEx
setAlternativeLanguageId
in class TextCharacterPropertiesEx
public float getSpacing()
TextCharacterPropertiesEx
getSpacing
in class TextCharacterPropertiesEx
public void setSpacing(float value)
TextCharacterPropertiesEx
setSpacing
in class TextCharacterPropertiesEx
public java.lang.String getText()
public void setText(java.lang.String value)
value
- new text value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |