public interface IPortionFormat extends IBasePortionFormat, IHyperlinkContainer
This class contains the text portion formatting properties. Unlike IPortionFormatEffectiveData
, 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 IPortion.createPortionFormatEffective()
method
which returns a IPortionFormatEffectiveData
instance.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBookmarkId()
Returns or sets bookmark identifier.
|
boolean |
getSmartTagClean()
Determines whether the smart tag should be cleaned.
|
void |
setBookmarkId(java.lang.String value)
Returns or sets bookmark identifier.
|
void |
setSmartTagClean(boolean value)
Determines whether the smart tag should be cleaned.
|
getAlternativeLanguageId, getComplexScriptFont, getEastAsianFont, getEffectFormat, getEscapement, getFillFormat, getFontBold, getFontHeight, getFontItalic, getFontUnderline, getHighlightColor, getKerningMinimalSize, getKumimoji, getLanguageId, getLatinFont, getLineFormat, getNormaliseHeight, getProofDisabled, getSpacing, getStrikethroughType, getSymbolFont, getTextCapType, getUnderlineFillFormat, getUnderlineLineFormat, isHardUnderlineFill, isHardUnderlineLine, setAlternativeLanguageId, setComplexScriptFont, setEastAsianFont, setEscapement, setFontBold, setFontHeight, setFontItalic, setFontUnderline, setHardUnderlineFill, setHardUnderlineLine, setKerningMinimalSize, setKumimoji, setLanguageId, setLatinFont, setNormaliseHeight, setProofDisabled, setSpacing, setStrikethroughType, setSymbolFont, setTextCapType
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
java.lang.String getBookmarkId()
Returns or sets bookmark identifier.
Read/write String
.
void setBookmarkId(java.lang.String value)
Returns or sets bookmark identifier.
Read/write String
.
boolean getSmartTagClean()
Determines whether the smart tag should be cleaned. No inheritance applied.
Read/write boolean
.
void setSmartTagClean(boolean value)
Determines whether the smart tag should be cleaned. No inheritance applied.
Read/write boolean
.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.