Class DocumentSignaturesElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • DocumentSignaturesElement

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

      • getVersionAttribute

        public String getVersionAttribute()
        Receives the value of the ODFDOM attribute representation VersionAttribute , See @dsig:version

        Attribute is mandatory.

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

        public void setVersionAttribute​(String versionValue)
        Sets the value of ODFDOM attribute representation VersionAttribute , See @dsig:version
        Parameters:
        versionValue - The type is String