|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PVIObject
com.aspose.slides.BasePortionFormat
com.aspose.slides.PortionFormat
public class PortionFormat
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 Portion.CreatePortionFormatEffective
method
which returns a PortionFormatEffectiveData
instance.
Method Summary | |
---|---|
java.lang.String |
getBookmarkId()
Returns or sets bookmark identifier. |
IHyperlink |
getHyperlinkClick()
Returns or sets the hyperlink defined for mouse click. |
IHyperlinkManager |
getHyperlinkManager()
Hyperlinks manager. |
IHyperlink |
getHyperlinkMouseOver()
Returns or sets the hyperlink defined for mouse over. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentationComponent |
getParent_IPresentationComponent()
|
boolean |
getSmartTagClean()
Determines whether the smart tag should be cleaned. |
long |
getVersion()
|
void |
setBookmarkId(java.lang.String value)
Returns or sets bookmark identifier. |
void |
setHyperlinkClick(IHyperlink value)
Returns or sets the hyperlink defined for mouse click. |
void |
setHyperlinkMouseOver(IHyperlink value)
Returns or sets the hyperlink defined for mouse over. |
void |
setSmartTagClean(boolean value)
Determines whether the smart tag should be cleaned. |
Methods inherited from class com.aspose.slides.PVIObject |
---|
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final java.lang.String getBookmarkId()
Returns or sets bookmark identifier.
Read/write string
.
getBookmarkId
in interface IPortionFormat
public final void setBookmarkId(java.lang.String value)
Returns or sets bookmark identifier.
Read/write string
.
setBookmarkId
in interface IPortionFormat
public final boolean getSmartTagClean()
Determines whether the smart tag should be cleaned. No inheritance applied.
Read/write bool
.
getSmartTagClean
in interface IPortionFormat
public final void setSmartTagClean(boolean value)
Determines whether the smart tag should be cleaned. No inheritance applied.
Read/write bool
.
setSmartTagClean
in interface IPortionFormat
public final IHyperlink getHyperlinkClick()
Returns or sets the hyperlink defined for mouse click.
Read/write IHyperlink
.
getHyperlinkClick
in interface IHyperlinkContainer
public final void setHyperlinkClick(IHyperlink value)
Returns or sets the hyperlink defined for mouse click.
Read/write IHyperlink
.
setHyperlinkClick
in interface IHyperlinkContainer
public final IHyperlink getHyperlinkMouseOver()
Returns or sets the hyperlink defined for mouse over.
Read/write IHyperlink
.
getHyperlinkMouseOver
in interface IHyperlinkContainer
public final void setHyperlinkMouseOver(IHyperlink value)
Returns or sets the hyperlink defined for mouse over.
Read/write IHyperlink
.
setHyperlinkMouseOver
in interface IHyperlinkContainer
public final IHyperlinkManager getHyperlinkManager()
Hyperlinks manager.
Read-only IHyperlinkManager
.
getHyperlinkManager
in interface IHyperlinkContainer
public IPresentationComponent getParent_IPresentationComponent()
public long getVersion()
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |