|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.TextCharacterPropertiesEx
public class TextCharacterPropertiesEx
Represents a text portion with formatting.
Field Summary | |
---|---|
FontDataEx |
m_csFont
|
FontDataEx |
m_eaFont
|
FontDataEx |
m_font
|
LineFormatEx |
m_lineFormat
|
FontDataEx |
m_symFont
|
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 |
getAlternativeLanguageId()
Returns the Id of an alternative language. |
java.lang.String |
getBookmarkId()
Returns bookmark identifier. |
FontDataEx |
getComplexScriptFont()
Returns the complex script font info. |
FontDataEx |
getEastAsianFont()
Returns the Eastern Asian font info. |
float |
getEscapement()
Returns the superscript or subscript text. |
FillFormatEx |
getFillFormat()
Returns the text FillFormatEx properties. |
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. |
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. |
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. |
LineFormatEx |
getLineFormat()
Returns the LineFormatEx properties for text outlining. |
NullableBool |
getNoProof()
Determines whether the text shouldn't be proofed. |
NullableBool |
getNormaliseHeight()
Determines whether the height of a text should be normalized. |
PresentationEx |
getPresentation()
Returns the parent presentation of a text. |
java.lang.String |
getRawAlternativeLanguageId()
Returns the Id of an alternative language. |
FontDataEx |
getRawComplexScriptFont()
Returns or sets the complex script font info. |
FontDataEx |
getRawEastAsianFont()
Returns the eastern Asian font info. |
float |
getRawEscapement()
Returns the superscript or subscript text. |
NullableBool |
getRawFontBold()
Determines whether the font is bold. |
float |
getRawFontHeight()
Returns the font height of a portion. |
NullableBool |
getRawFontItalic()
Determines whether the font is italic. |
TextUnderlineTypeEx |
getRawFontUnderline()
Returns the text underline type. |
NullableBool |
getRawIsHardUnderlineFill()
Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. |
NullableBool |
getRawIsHardUnderlineLine()
Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. |
float |
getRawKerningMinimalSize()
Returns the minimal font size, for which kerning should be switched on. |
NullableBool |
getRawKumimoji()
Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
java.lang.String |
getRawLanguageId()
Returns the Id of a language. |
FontDataEx |
getRawLatinFont()
Returns the Latin font info. |
NullableBool |
getRawNoProof()
Determines whether the text shouldn't be proofed. |
NullableBool |
getRawNormaliseHeight()
Determines whether the height of a text should be normalized. |
float |
getRawSpacing()
Returns the spacing increment between characters. |
TextStrikethroughTypeEx |
getRawStrikethroughType()
Returns the strikethrough type of a text. |
FontDataEx |
getRawSymbolFont()
Returns the symbolic font info. |
TextCapTypeEx |
getRawTextCapType()
Returns the type of text capitalization. |
BaseSlideEx |
getSlide()
Returns the parent slide of a text. |
boolean |
getSmartTagClean()
Determines whether a smart tag should be cleaned. |
float |
getSpacing()
Returns the intercharacter spacing increment. |
TextStrikethroughTypeEx |
getStrikethroughType()
Returns the strikethrough type of a text. |
FontDataEx |
getSymbolFont()
Returns the symbolic font info. |
TextCapTypeEx |
getTextCapType()
Returns the type of text capitalization. |
FillFormatEx |
getUnderlineFillFormat()
Returns the underline line FillFormatEx properties. |
LineFormatEx |
getUnderlineLineFormat()
Returns the LineFormatEx properties used to outline underline line. |
void |
setAlternativeLanguageId(java.lang.String value)
Sets the Id of an alternative language. |
void |
setBookmarkId(java.lang.String value)
Sets bookmark identifier. |
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 |
setHLinkClick(HyperlinkEx value)
Sets the hyperlink defined for mouse click. |
void |
setHLinkMouseOver(HyperlinkEx value)
Sets the hyperlink defined for mouse over. |
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)
Determines whether the text shouldn't be proofed. |
void |
setNormaliseHeight(NullableBool value)
Determines whether the height of a text should be normalized. |
void |
setRawAlternativeLanguageId(java.lang.String value)
Sets the Id of an alternative language. |
void |
setRawComplexScriptFont(FontDataEx value)
Returns or sets the complex script font info. |
void |
setRawEastAsianFont(FontDataEx value)
Sets the eastern Asian font info. |
void |
setRawEscapement(float value)
Sets the superscript or subscript text. |
void |
setRawFontBold(NullableBool value)
Determines whether the font is bold. |
void |
setRawFontHeight(float value)
Sets the font height of a portion. |
void |
setRawFontItalic(NullableBool value)
Determines whether the font is italic. |
void |
setRawFontUnderline(TextUnderlineTypeEx value)
Sets the text underline type. |
void |
setRawIsHardUnderlineFill(NullableBool value)
Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. |
void |
setRawIsHardUnderlineLine(NullableBool value)
Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. |
void |
setRawKerningMinimalSize(float value)
Sets the minimal font size, for which kerning should be switched on. |
void |
setRawKumimoji(NullableBool value)
Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
void |
setRawLanguageId(java.lang.String value)
Sets the Id of a language. |
void |
setRawLatinFont(FontDataEx value)
Sets the Latin font info. |
void |
setRawNoProof(NullableBool value)
Determines whether the text shouldn't be proofed. |
void |
setRawNormaliseHeight(NullableBool value)
Determines whether the height of a text should be normalized. |
void |
setRawSpacing(float value)
Sets the spacing increment between characters. |
void |
setRawStrikethroughType(TextStrikethroughTypeEx value)
Sets the strikethrough type of a text. |
void |
setRawSymbolFont(FontDataEx value)
Sets the symbolic font info. |
void |
setRawTextCapType(TextCapTypeEx value)
Sets the type of text capitalization. |
void |
setSmartTagClean(boolean value)
Determines whether the smart tag should be cleaned. |
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 |
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 |
Field Detail |
---|
public FontDataEx m_font
public FontDataEx m_eaFont
public FontDataEx m_csFont
public FontDataEx m_symFont
public LineFormatEx m_lineFormat
Constructor Detail |
---|
public TextCharacterPropertiesEx()
public TextCharacterPropertiesEx(TextCharacterPropertiesEx props)
props
- TextCharacterPropertiesEx object to clone.Method Detail |
---|
public LineFormatEx getLineFormat()
LineFormatEx
.public FillFormatEx getFillFormat()
FillFormatEx
.public ColorFormatEx getHighlightColor()
ColorFormatEx
.public LineFormatEx getUnderlineLineFormat()
LineFormatEx
.public FillFormatEx getUnderlineFillFormat()
FillFormatEx
.public java.lang.String getBookmarkId()
public void setBookmarkId(java.lang.String value)
value
- new bookmark identifier.public HyperlinkEx getHLinkClick()
HyperlinkEx
.public void setHLinkClick(HyperlinkEx value)
value
- See HyperlinkEx
.public HyperlinkEx getHLinkMouseOver()
HyperlinkEx
.public void setHLinkMouseOver(HyperlinkEx value)
value
- See HyperlinkEx
.public NullableBool getRawFontBold()
public void setRawFontBold(NullableBool value)
public NullableBool getRawFontItalic()
public void setRawFontItalic(NullableBool value)
public NullableBool getRawKumimoji()
public void setRawKumimoji(NullableBool value)
value
- public NullableBool getRawNormaliseHeight()
NullableBool
public void setRawNormaliseHeight(NullableBool value)
value
- public NullableBool getRawNoProof()
NullableBool
public void setRawNoProof(NullableBool value)
value
- public TextUnderlineTypeEx getRawFontUnderline()
TextUnderlineTypeEx
public void setRawFontUnderline(TextUnderlineTypeEx value)
value
- public TextCapTypeEx getRawTextCapType()
TextCapTypeEx
public void setRawTextCapType(TextCapTypeEx value)
value
- public TextStrikethroughTypeEx getRawStrikethroughType()
TextStrikethroughTypeEx
public void setRawStrikethroughType(TextStrikethroughTypeEx value)
value
- public boolean getSmartTagClean()
public void setSmartTagClean(boolean value)
value
- public NullableBool getRawIsHardUnderlineLine()
NullableBool
public void setRawIsHardUnderlineLine(NullableBool value)
value
- public NullableBool getRawIsHardUnderlineFill()
NullableBool
public void setRawIsHardUnderlineFill(NullableBool value)
value
- public float getRawFontHeight()
public void setRawFontHeight(float value)
value
- public FontDataEx getRawLatinFont()
FontDataEx
public void setRawLatinFont(FontDataEx value)
value
- public FontDataEx getRawEastAsianFont()
FontDataEx
public void setRawEastAsianFont(FontDataEx value)
value
- public FontDataEx getRawComplexScriptFont()
FontDataEx
public void setRawComplexScriptFont(FontDataEx value)
value
- public FontDataEx getRawSymbolFont()
FontDataEx
public void setRawSymbolFont(FontDataEx value)
value
- public float getRawEscapement()
public void setRawEscapement(float value)
value
- public float getRawKerningMinimalSize()
public void setRawKerningMinimalSize(float value)
value
- public java.lang.String getRawLanguageId()
public void setRawLanguageId(java.lang.String value)
value
- public java.lang.String getRawAlternativeLanguageId()
public void setRawAlternativeLanguageId(java.lang.String value)
value
- public float getRawSpacing()
public void setRawSpacing(float value)
value
- public NullableBool getFontBold()
public void setFontBold(NullableBool value)
value
- public NullableBool getFontItalic()
public void setFontItalic(NullableBool value)
value
- public NullableBool getKumimoji()
public void setKumimoji(NullableBool value)
value
- public NullableBool getNormaliseHeight()
public void setNormaliseHeight(NullableBool value)
value
- public NullableBool getNoProof()
public void setNoProof(NullableBool value)
value
- public TextUnderlineTypeEx getFontUnderline()
public void setFontUnderline(TextUnderlineTypeEx value)
value
- public TextCapTypeEx getTextCapType()
public void setTextCapType(TextCapTypeEx value)
value
- public TextStrikethroughTypeEx getStrikethroughType()
public void setStrikethroughType(TextStrikethroughTypeEx value)
value
- public NullableBool getIsHardUnderlineLine()
public void setIsHardUnderlineLine(NullableBool value)
value
- public NullableBool getIsHardUnderlineFill()
public void setIsHardUnderlineFill(NullableBool value)
value
- public float getFontHeight()
public void setFontHeight(float value)
value
- public FontDataEx getLatinFont()
public void setLatinFont(FontDataEx value)
value
- public FontDataEx getEastAsianFont()
public void setEastAsianFont(FontDataEx value)
value
- public FontDataEx getComplexScriptFont()
public void setComplexScriptFont(FontDataEx value)
value
- public FontDataEx getSymbolFont()
public void setSymbolFont(FontDataEx value)
value
- public float getEscapement()
public void setEscapement(float value)
value
- public float getKerningMinimalSize()
public void setKerningMinimalSize(float value)
value
- public java.lang.String getLanguageId()
public void setLanguageId(java.lang.String value)
value
- public java.lang.String getAlternativeLanguageId()
public void setAlternativeLanguageId(java.lang.String value)
value
- public float getSpacing()
public void setSpacing(float value)
value
- public BaseSlideEx getSlide()
BaseSlideEx
public PresentationEx getPresentation()
PresentationEx
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |