|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PortionFormatDataEx
public class PortionFormatDataEx
immutable object which contains the portion's formatting properties.
Method Summary | |
---|---|
java.lang.String |
getAlternativeLanguageId()
Returns or sets the Id of an alternative language. |
java.lang.String |
getBookmarkId()
Returns or sets bookmark identifier. |
FontDataEx |
getComplexScriptFont()
Returns or sets the complex script font info. |
FontDataEx |
getEastAsianFont()
Returns or sets the East Asian font info. |
EffectFormatDataEx |
getEffectFormat()
Returns the text EffectFormatEx properties. |
float |
getEscapement()
Returns or sets the superscript or subscript text. |
FillFormatDataEx |
getFillFormat()
Returns the text FillFormatEx properties. |
boolean |
getFontBold()
Determines whether the font is bold. |
float |
getFontHeight()
Returns or sets the font height of a portion. |
boolean |
getFontItalic()
Determines whether the font is itallic. |
byte |
getFontUnderline()
Returns or sets the text underline type. |
java.awt.Color |
getHighlightColor()
|
HyperlinkEx |
getHLinkClick()
Returns or sets the hyperlink defined for mouse click. |
HyperlinkEx |
getHLinkMouseOver()
Returns or sets the hyperlink defined for mouse over. |
float |
getKerningMinimalSize()
Returns or sets the minimal font size, for which kerning should be switched on. |
boolean |
getKumimoji()
Determines whether the numbers should ignore text eastern language-specific vertical text layout. |
java.lang.String |
getLanguageId()
Returns or sets the Id of a language. |
FontDataEx |
getLatinFont()
Returns or sets the Latin font info. |
LineFormatDataEx |
getLineFormat()
Returns the LineFormatEx properties for text outlining. |
boolean |
getNormaliseHeight()
Determines whether the height of a text should be normalized. |
boolean |
getProofDisabled()
Determines whether the text shouldn't be proofed. |
boolean |
getSmartTagClean()
Determines whether the smart tag should be cleaned. |
float |
getSpacing()
Returns or sets the intercharacter spacing increment. |
byte |
getStrikethroughType()
Returns or sets the strikethrough type of a text. |
FontDataEx |
getSymbolFont()
Returns or sets the symbolic font info. |
byte |
getTextCapType()
Returns or sets the type of text capitalization. |
FillFormatDataEx |
getUnderlineFillFormat()
Returns the underline line FillFormatEx properties. |
LineFormatDataEx |
getUnderlineLineFormat()
Returns the LineFormatEx properties used to outline underline line. |
byte |
isHardUnderlineFill()
Determines whether the underline style has own FillFormat properties or inherits it from the FillFormat properties of the text. |
byte |
isHardUnderlineLine()
Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. |
void |
setFontUnderline(byte value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public LineFormatDataEx getLineFormat()
Returns the LineFormatEx properties for text outlining.
Read-only LineFormatEx
.
public FillFormatDataEx getFillFormat()
Returns the text FillFormatEx properties.
Read-only FillFormatEx
.
public EffectFormatDataEx getEffectFormat()
Returns the text EffectFormatEx properties.
Read-only EffectFormatEx
.
public java.awt.Color getHighlightColor()
public LineFormatDataEx getUnderlineLineFormat()
Returns the LineFormatEx properties used to outline underline line.
Read-only LineFormatEx
.
public FillFormatDataEx getUnderlineFillFormat()
Returns the underline line FillFormatEx properties.
Read-only FillFormatEx
.
public java.lang.String getBookmarkId()
Returns or sets bookmark identifier.
Read/write string
.
public HyperlinkEx getHLinkClick()
Returns or sets the hyperlink defined for mouse click.
Read/write HyperlinkEx
.
public HyperlinkEx getHLinkMouseOver()
Returns or sets the hyperlink defined for mouse over.
Read/write HyperlinkEx
.
public boolean getFontBold()
Determines whether the font is bold.
Read/write NullableBool
.
public boolean getFontItalic()
Determines whether the font is itallic.
Read/write NullableBool
.
public boolean getKumimoji()
Determines whether the numbers should ignore text eastern language-specific vertical text layout.
Read/write NullableBool
.
public boolean getNormaliseHeight()
Determines whether the height of a text should be normalized.
Read/write NullableBool
.
public boolean getProofDisabled()
Determines whether the text shouldn't be proofed.
Read/write NullableBool
.
public byte getFontUnderline()
Returns or sets the text underline type.
Read/write TextUnderlineTypeEx
.
public void setFontUnderline(byte value)
public byte getTextCapType()
Returns or sets the type of text capitalization.
Read/write TextCapTypeEx
.
public byte getStrikethroughType()
Returns or sets the strikethrough type of a text.
Read/write TextStrikethroughTypeEx
.
public boolean getSmartTagClean()
Determines whether the smart tag should be cleaned.
Read/write bool
.
public byte isHardUnderlineLine()
Determines whether the underline style has own LineFormat properties or inherits it
from the LineFormat properties of the text.
Read/write NullableBool
.
public byte isHardUnderlineFill()
Determines whether the underline style has own FillFormat properties or inherits it
from the FillFormat properties of the text.
Read/write NullableBool
.
public float getFontHeight()
Returns or sets the font height of a portion.
<b>float.NaN</b>
means height is undefined and should be inherited from the Master.
Read/write short
.
public FontDataEx getLatinFont()
Returns or sets the Latin font info.
Null means font is undefined and should be inherited from the Master.
Read/write FontDataEx
.
public FontDataEx getEastAsianFont()
Returns or sets the East Asian font info.
Null means font is undefined and should be inherited from the Master.
Read/write FontDataEx
.
public FontDataEx getComplexScriptFont()
Returns or sets the complex script font info.
Null means font is undefined and should be inherited from the Master.
Read/write FontDataEx
.
public FontDataEx getSymbolFont()
Returns or sets the symbolic font info.
Null means font is undefined and should be inherited from the Master.
Read/write FontDataEx
.
public float getEscapement()
Returns or sets the superscript or subscript text.
Value from -100% (subscript) to 100% (superscript).
<b>float.NaN</b>
means value is undefined and should be inherited from the Master.
Read/write short
.
public float getKerningMinimalSize()
Returns or sets the minimal font size, for which kerning should be switched on.
<b>float.NaN</b>
means value is undefined and should be inherited from the Master.
Read/write float
.
public java.lang.String getLanguageId()
Returns or sets the Id of a language.
Read/write string
.
public java.lang.String getAlternativeLanguageId()
Returns or sets the Id of an alternative language.
Read/write string
.
public float getSpacing()
Returns or sets the intercharacter spacing increment.
<b>float.NaN</b>
means value is undefined and should be inherited from the Master.
Read/write float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |