com.aspose.slides
Interface IPortionFormat

All Superinterfaces:
IBasePortionFormat, IHyperlinkContainer
All Known Implementing Classes:
PortionFormat

public interface IPortionFormat
extends IBasePortionFormat, IHyperlinkContainer

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.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
 
Methods inherited from interface com.aspose.slides.IHyperlinkContainer
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
 

Method Detail

getBookmarkId

java.lang.String getBookmarkId()

Returns or sets bookmark identifier. Read/write String.


setBookmarkId

void setBookmarkId(java.lang.String value)

Returns or sets bookmark identifier. Read/write String.


getSmartTagClean

boolean getSmartTagClean()

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


setSmartTagClean

void setSmartTagClean(boolean value)

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



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