com.aspose.slides
Class PortionFormat

java.lang.Object
  extended by com.aspose.slides.PVIObject
      extended by com.aspose.slides.BasePortionFormat
          extended by com.aspose.slides.PortionFormat
All Implemented Interfaces:
IBasePortionFormat, IHyperlinkContainer, IPortionFormat

public class PortionFormat
extends BasePortionFormat
implements 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 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.BasePortionFormat
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
 
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
 
Methods inherited from interface com.aspose.slides.IBasePortionFormat
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
 

Method Detail

getBookmarkId

public final java.lang.String getBookmarkId()

Returns or sets bookmark identifier. Read/write string.

Specified by:
getBookmarkId in interface IPortionFormat

setBookmarkId

public final void setBookmarkId(java.lang.String value)

Returns or sets bookmark identifier. Read/write string.

Specified by:
setBookmarkId in interface IPortionFormat

getSmartTagClean

public final boolean getSmartTagClean()

Determines whether the smart tag should be cleaned. No inheritance applied. Read/write bool.

Specified by:
getSmartTagClean in interface IPortionFormat

setSmartTagClean

public final void setSmartTagClean(boolean value)

Determines whether the smart tag should be cleaned. No inheritance applied. Read/write bool.

Specified by:
setSmartTagClean in interface IPortionFormat

getHyperlinkClick

public final IHyperlink getHyperlinkClick()

Returns or sets the hyperlink defined for mouse click. Read/write IHyperlink.

Specified by:
getHyperlinkClick in interface IHyperlinkContainer

setHyperlinkClick

public final void setHyperlinkClick(IHyperlink value)

Returns or sets the hyperlink defined for mouse click. Read/write IHyperlink.

Specified by:
setHyperlinkClick in interface IHyperlinkContainer

getHyperlinkMouseOver

public final IHyperlink getHyperlinkMouseOver()

Returns or sets the hyperlink defined for mouse over. Read/write IHyperlink.

Specified by:
getHyperlinkMouseOver in interface IHyperlinkContainer

setHyperlinkMouseOver

public final void setHyperlinkMouseOver(IHyperlink value)

Returns or sets the hyperlink defined for mouse over. Read/write IHyperlink.

Specified by:
setHyperlinkMouseOver in interface IHyperlinkContainer

getHyperlinkManager

public final IHyperlinkManager getHyperlinkManager()

Hyperlinks manager. Read-only IHyperlinkManager.

Specified by:
getHyperlinkManager in interface IHyperlinkContainer

getParent_IPresentationComponent

public IPresentationComponent getParent_IPresentationComponent()

getVersion

public long getVersion()

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.