|
||||||||
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 Portion.createPortionFormatEffective()
method
which returns a CreatePortionFormatEffective
instance.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |