IPortionFormatEffectiveData
All Implemented Interfaces: com.aspose.slides.IBasePortionFormatEffectiveData
public interface IPortionFormatEffectiveData extends IBasePortionFormatEffectiveData
Immutable object which contains effective text portion formatting properties.
This interface is used together with the IPortionFormat interface to return effective formatting values with inheritance applied.
Methods
Method | Description |
---|---|
getBookmarkId() | Returns bookmark identifier. |
getHyperlinkClick() | Returns the hyperlink defined for mouse click. |
getHyperlinkMouseOver() | Returns the hyperlink defined for mouse over. |
getBookmarkId()
public abstract String getBookmarkId()
Returns bookmark identifier. Read-only String.
Returns: java.lang.String
getHyperlinkClick()
public abstract IHyperlink getHyperlinkClick()
Returns the hyperlink defined for mouse click. Read-only IHyperlink.
Returns: IHyperlink
getHyperlinkMouseOver()
public abstract IHyperlink getHyperlinkMouseOver()
Returns the hyperlink defined for mouse over. Read-only IHyperlink.
Returns: IHyperlink