|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortionFormat
This class contains the text portion formatting properties. Unlike PortionFormatEffectiveData
, all properties of this class are writeable.
This class is used to return and manipulate text portion formatting properties defined for the particular portion. This means that no inheritance is applied when getting values so for the majority of cases you will get values meaning "undefined".
In order to get the effective formatting parameter values including inherited you need to use PortionEx.CreatePortionFormatEffective
method
which returns a CreatePortionFormatEffective
instance.
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
ILineFormat getLineFormat()
IFillFormat getFillFormat()
IEffectFormat getEffectFormat()
IColorFormat getHighlightColor()
ILineFormat getUnderlineLineFormat()
IFillFormat getUnderlineFillFormat()
java.lang.String getBookmarkId()
void setBookmarkId(java.lang.String value)
byte getFontBold()
void setFontBold(byte value)
byte getFontItalic()
void setFontItalic(byte value)
byte getKumimoji()
void setKumimoji(byte value)
byte getNormaliseHeight()
void setNormaliseHeight(byte value)
byte getProofDisabled()
void setProofDisabled(byte value)
int getFontUnderline()
void setFontUnderline(int value)
int getTextCapType()
void setTextCapType(int value)
int getStrikethroughType()
void setStrikethroughType(int value)
boolean getSmartTagClean()
void setSmartTagClean(boolean value)
byte isHardUnderlineLine()
void setHardUnderlineLine(byte value)
byte isHardUnderlineFill()
void setHardUnderlineFill(byte value)
float getFontHeight()
void setFontHeight(float value)
IFontData getLatinFont()
void setLatinFont(IFontData value)
IFontData getEastAsianFont()
void setEastAsianFont(IFontData value)
IFontData getComplexScriptFont()
void setComplexScriptFont(IFontData value)
IFontData getSymbolFont()
void setSymbolFont(IFontData value)
float getEscapement()
void setEscapement(float value)
float getKerningMinimalSize()
void setKerningMinimalSize(float value)
java.lang.String getLanguageId()
void setLanguageId(java.lang.String value)
java.lang.String getAlternativeLanguageId()
void setAlternativeLanguageId(java.lang.String value)
float getSpacing()
void setSpacing(float value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |