|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.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. |
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)
public NullableBool getRawNormaliseHeight()
public void setRawNormaliseHeight(NullableBool value)
public NullableBool getRawNoProof()
public void setRawNoProof(NullableBool value)
public TextUnderlineTypeEx getRawFontUnderline()
public void setRawFontUnderline(TextUnderlineTypeEx value)
public TextCapTypeEx getRawTextCapType()
public void setRawTextCapType(TextCapTypeEx value)
public TextStrikethroughTypeEx getRawStrikethroughType()
public void setRawStrikethroughType(TextStrikethroughTypeEx value)
public boolean getSmartTagClean()
public void setSmartTagClean(boolean value)
public NullableBool getRawIsHardUnderlineLine()
public void setRawIsHardUnderlineLine(NullableBool value)
public NullableBool getRawIsHardUnderlineFill()
public void setRawIsHardUnderlineFill(NullableBool value)
public float getRawFontHeight()
public void setRawFontHeight(float value)
public FontDataEx getRawLatinFont()
public void setRawLatinFont(FontDataEx value)
public FontDataEx getRawEasternAsianFont()
public void setRawEasternAsianFont(FontDataEx value)
public FontDataEx getRawComplexScriptFont()
public void setRawComplexScriptFont(FontDataEx value)
public FontDataEx getRawSymbolFont()
public void setRawSymbolFont(FontDataEx value)
public float getRawEscapement()
public void setRawEscapement(float value)
public float getRawKerningMinimalSize()
public void setRawKerningMinimalSize(float value)
public java.lang.String getRawLanguageId()
public void setRawLanguageId(java.lang.String value)
public java.lang.String getRawAlternativeLanguageId()
public void setRawAlternativeLanguageId(java.lang.String value)
public float getRawSpacing()
public void setRawSpacing(float value)
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |