|
|||||||||
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.
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()
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 |
getRawEasternAsianFont()
Returns the eastern Asian font info. |
float |
getRawEscapement()
Returns the superscript or subscript text. |
NullableBool |
getRawFontBold()
Determines whether the master's font Bold property should be inverted. |
float |
getRawFontHeight()
Returns the font height of a portion. |
NullableBool |
getRawFontItalic()
Determines whether the master's font Italic property should be inverted. |
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. |
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)
Sets the Id of an alternative language. |
void |
setRawComplexScriptFont(FontDataEx value)
Returns or sets the complex script font info. |
void |
setRawEasternAsianFont(FontDataEx value)
Sets the eastern Asian font info. |
void |
setRawEscapement(float value)
Sets the superscript or subscript text. |
void |
setRawFontBold(NullableBool value)
Sets whether the master's font Bold property should be inverted. |
void |
setRawFontHeight(float value)
Sets the font height of a portion. |
void |
setRawFontItalic(NullableBool value)
Sets whether the master's font Italic property should be inverted. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
value
- public NullableBool getRawFontItalic()
public void setRawFontItalic(NullableBool value)
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 getRawEasternAsianFont()
FontDataEx
public void setRawEasternAsianFont(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 BaseSlideEx getSlide()
BaseSlideEx
public PresentationEx getPresentation()
PresentationEx
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |