com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IBehaviorProperty

  • All Known Implementing Classes:
    BehaviorProperty


    public interface IBehaviorProperty

    Represent property types for animation behavior. Follows the list of properties from https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx and https://msdn.microsoft.com/en-us/library/documentformat.openxml.presentation.attributename(v=office.15).aspx

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getValue()
      Value of the property
      boolean isCustom()
      Shows if this property does not belong to the predefined properties list in the specification: https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx
    • Method Detail

      • getValue

        java.lang.String getValue()

        Value of the property

      • isCustom

        boolean isCustom()

        Shows if this property does not belong to the predefined properties list in the specification: https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx