com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ChartPortionFormat

  • All Implemented Interfaces:
    IBasePortionFormat, IChartPortionFormat


    public class ChartPortionFormat
    extends BasePortionFormat
    implements IChartPortionFormat

    This class contains the chart portion formatting properties used in charts. 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 PortionFormat.getEffective() method which returns a PortionFormatEffectiveData instance.

    • Method Detail

      • getVersion

        public long getVersion()

        Version. Read-only long.

        Overrides:
        getVersion in class PVIObject