|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PortionFormatEx
public class PortionFormatEx
Contains the portion's formatting properties.
Constructor Summary | |
---|---|
PortionFormatEx()
Initializes a new instance of the TextCharacterPropertiesEx class. |
|
PortionFormatEx(PortionFormatEx props)
Initializes a new instance of the TextCharacterPropertiesEx class. |
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. |
EffectFormatEx |
getEffectFormat()
Returns the text EffectFormatEx properties. |
float |
getEscapement()
Returns or sets the superscript or subscript text. |
FillFormatEx |
getFillFormat()
Returns the text FillFormatEx properties. |
byte |
getFontBold()
Determines whether the font is bold. |
float |
getFontHeight()
Returns or sets the font height of a portion. |
byte |
getFontItalic()
Determines whether the font is itallic. |
byte |
getFontUnderline()
Returns or sets the text underline type. |
ColorFormatEx |
getHighlightColor()
Returns the color used to highlight a text. |
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. |
byte |
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. |
LineFormatEx |
getLineFormat()
Returns the LineFormatEx properties for text outlining. |
byte |
getNormaliseHeight()
Determines whether the height of a text should be normalized. |
PresentationEx |
getPresentation()
Returns the parent presentation of a text. |
byte |
getProofDisabled()
Determines whether the text shouldn't be proofed. |
BaseSlideEx |
getSlide()
Returns the parent slide of a text. |
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. |
FillFormatEx |
getUnderlineFillFormat()
Returns the underline line FillFormatEx properties. |
LineFormatEx |
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. |
void |
isHardUnderlineFill(byte value)
|
byte |
isHardUnderlineLine()
Determines whether the underline style has own LineFormat properties or inherits it from the LineFormat properties of the text. |
void |
isHardUnderlineLine(byte value)
|
void |
setAlternativeLanguageId(java.lang.String value)
|
void |
setBookmarkId(java.lang.String value)
|
void |
setComplexScriptFont(FontDataEx value)
|
void |
setEastAsianFont(FontDataEx value)
|
void |
setEscapement(float value)
|
void |
setFontBold(byte value)
|
void |
setFontHeight(float value)
|
void |
setFontItalic(byte value)
|
void |
setFontUnderline(byte value)
|
void |
setHLinkClick(HyperlinkEx value)
|
void |
setHLinkMouseOver(HyperlinkEx value)
|
void |
setKerningMinimalSize(float value)
|
void |
setKumimoji(byte value)
|
void |
setLanguageId(java.lang.String value)
|
void |
setLatinFont(FontDataEx value)
|
void |
setNormaliseHeight(byte value)
|
void |
setProofDisabled(byte value)
|
void |
setSmartTagClean(boolean value)
|
void |
setSpacing(float value)
|
void |
setStrikethroughType(byte value)
|
void |
setSymbolFont(FontDataEx value)
|
void |
setTextCapType(byte value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortionFormatEx()
Initializes a new instance of the TextCharacterPropertiesEx class.
public PortionFormatEx(PortionFormatEx props)
Initializes a new instance of the TextCharacterPropertiesEx class.
Method Detail |
---|
public LineFormatEx getLineFormat()
Returns the LineFormatEx properties for text outlining.
Read-only LineFormatEx
.
public FillFormatEx getFillFormat()
Returns the text FillFormatEx properties.
Read-only FillFormatEx
.
public EffectFormatEx getEffectFormat()
Returns the text EffectFormatEx properties.
Read-only EffectFormatEx
.
public ColorFormatEx getHighlightColor()
Returns the color used to highlight a text.
Read-only ColorFormatEx
.
public LineFormatEx getUnderlineLineFormat()
Returns the LineFormatEx properties used to outline underline line.
Read-only LineFormatEx
.
public FillFormatEx getUnderlineFillFormat()
Returns the underline line FillFormatEx properties.
Read-only FillFormatEx
.
public java.lang.String getBookmarkId()
Returns or sets bookmark identifier.
Read/write string
.
public void setBookmarkId(java.lang.String value)
public HyperlinkEx getHLinkClick()
Returns or sets the hyperlink defined for mouse click.
Read/write HyperlinkEx
.
public void setHLinkClick(HyperlinkEx value)
public HyperlinkEx getHLinkMouseOver()
Returns or sets the hyperlink defined for mouse over.
Read/write HyperlinkEx
.
public void setHLinkMouseOver(HyperlinkEx value)
public byte getFontBold()
Determines whether the font is bold.
Read/write NullableBool
.
public void setFontBold(byte value)
public byte getFontItalic()
Determines whether the font is itallic.
Read/write NullableBool
.
public void setFontItalic(byte value)
public byte getKumimoji()
Determines whether the numbers should ignore text eastern language-specific vertical text layout.
Read/write NullableBool
.
public void setKumimoji(byte value)
public byte getNormaliseHeight()
Determines whether the height of a text should be normalized.
Read/write NullableBool
.
public void setNormaliseHeight(byte value)
public byte getProofDisabled()
Determines whether the text shouldn't be proofed.
Read/write NullableBool
.
public void setProofDisabled(byte value)
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 void setTextCapType(byte value)
public byte getStrikethroughType()
Returns or sets the strikethrough type of a text.
Read/write TextStrikethroughTypeEx
.
public void setStrikethroughType(byte value)
public boolean getSmartTagClean()
Determines whether the smart tag should be cleaned.
Read/write bool
.
public void setSmartTagClean(boolean value)
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 void isHardUnderlineLine(byte value)
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 void isHardUnderlineFill(byte value)
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 void setFontHeight(float value)
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 void setLatinFont(FontDataEx value)
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 void setEastAsianFont(FontDataEx value)
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 void setComplexScriptFont(FontDataEx value)
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 void setSymbolFont(FontDataEx value)
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 void setEscapement(float value)
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 void setKerningMinimalSize(float value)
public java.lang.String getLanguageId()
Returns or sets the Id of a language.
Read/write string
.
public void setLanguageId(java.lang.String value)
public java.lang.String getAlternativeLanguageId()
Returns or sets the Id of an alternative language.
Read/write string
.
public void setAlternativeLanguageId(java.lang.String value)
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
.
public void setSpacing(float value)
public BaseSlideEx getSlide()
Returns the parent slide of a text.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a text.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |