public interface IPortionFormatEffectiveData extends IBasePortionFormatEffectiveData
Immutable object which contains effective text portion formatting properties.
IPortionFormat
interface to return effective formatting values with inheritance applied.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBookmarkId()
Returns bookmark identifier.
|
IHyperlink |
getHyperlinkClick()
Returns the hyperlink defined for mouse click.
|
IHyperlink |
getHyperlinkMouseOver()
Returns the hyperlink defined for mouse over.
|
getAlternativeLanguageId, getComplexScriptFont, getEastAsianFont, getEffectFormat, getEscapement, getFillFormat, getFontBold, getFontHeight, getFontItalic, getFontUnderline, getHighlightColor, getKerningMinimalSize, getKumimoji, getLanguageId, getLatinFont, getLineFormat, getNormaliseHeight, getProofDisabled, getSmartTagClean, getSpacing, getStrikethroughType, getSymbolFont, getTextCapType, getUnderlineFillFormat, getUnderlineLineFormat, isHardUnderlineFill, isHardUnderlineLine
java.lang.String getBookmarkId()
Returns bookmark identifier.
Read-only String
.
IHyperlink getHyperlinkClick()
Returns the hyperlink defined for mouse click.
Read-only IHyperlink
.
IHyperlink getHyperlinkMouseOver()
Returns the hyperlink defined for mouse over.
Read-only IHyperlink
.