com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ParagraphFormat

  • All Implemented Interfaces:
    IChartParagraphFormat, IParagraphFormat


    public class ParagraphFormat
    extends PVIObject
    implements IParagraphFormat, IChartParagraphFormat

    This class contains the paragraph formatting properties. Unlike ParagraphFormatEffectiveData, all properties of this class are writeable.


    This class is used to return and manipulate paragraph formatting properties defined for the particular paragraph. 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 getEffective() method which returns a ParagraphFormatEffectiveData instance.