Class AnimParamElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • AnimParamElement

        public AnimParamElement​(OdfFileDom ownerDoc)
        Create the instance of AnimParamElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • getAnimNameAttribute

        public String getAnimNameAttribute()
        Receives the value of the ODFDOM attribute representation AnimNameAttribute , See @anim:name

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setAnimNameAttribute

        public void setAnimNameAttribute​(String animNameValue)
        Sets the value of ODFDOM attribute representation AnimNameAttribute , See @anim:name
        Parameters:
        animNameValue - The type is String
      • getAnimValueAttribute

        public String getAnimValueAttribute()
        Receives the value of the ODFDOM attribute representation AnimValueAttribute , See @anim:value

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setAnimValueAttribute

        public void setAnimValueAttribute​(String animValueValue)
        Sets the value of ODFDOM attribute representation AnimValueAttribute , See @anim:value
        Parameters:
        animValueValue - The type is String
      • accept

        public void accept​(ElementVisitor visitor)
        Description copied from class: OdfElement
        Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.
        Overrides:
        accept in class OdfElement
        Parameters:
        visitor - an instance of DefaultElementVisitor