Class DrawAreaCircleElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • DrawAreaCircleElement

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

      • getDrawNohrefAttribute

        public String getDrawNohrefAttribute()
        Receives the value of the ODFDOM attribute representation DrawNohrefAttribute , See @draw:nohref
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setDrawNohrefAttribute

        public void setDrawNohrefAttribute​(String drawNohrefValue)
        Sets the value of ODFDOM attribute representation DrawNohrefAttribute , See @draw:nohref
        Parameters:
        drawNohrefValue - The type is String
      • getOfficeNameAttribute

        public String getOfficeNameAttribute()
        Receives the value of the ODFDOM attribute representation OfficeNameAttribute , See @office:name
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setOfficeNameAttribute

        public void setOfficeNameAttribute​(String officeNameValue)
        Sets the value of ODFDOM attribute representation OfficeNameAttribute , See @office:name
        Parameters:
        officeNameValue - The type is String
      • getOfficeTargetFrameNameAttribute

        public String getOfficeTargetFrameNameAttribute()
        Receives the value of the ODFDOM attribute representation OfficeTargetFrameNameAttribute , See @office:target-frame-name
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setOfficeTargetFrameNameAttribute

        public void setOfficeTargetFrameNameAttribute​(String officeTargetFrameNameValue)
        Sets the value of ODFDOM attribute representation OfficeTargetFrameNameAttribute , See @office:target-frame-name
        Parameters:
        officeTargetFrameNameValue - The type is String
      • getSvgCxAttribute

        public String getSvgCxAttribute()
        Receives the value of the ODFDOM attribute representation SvgCxAttribute , See @svg:cx

        Attribute is mandatory.

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

        public void setSvgCxAttribute​(String svgCxValue)
        Sets the value of ODFDOM attribute representation SvgCxAttribute , See @svg:cx
        Parameters:
        svgCxValue - The type is String
      • getSvgCyAttribute

        public String getSvgCyAttribute()
        Receives the value of the ODFDOM attribute representation SvgCyAttribute , See @svg:cy

        Attribute is mandatory.

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

        public void setSvgCyAttribute​(String svgCyValue)
        Sets the value of ODFDOM attribute representation SvgCyAttribute , See @svg:cy
        Parameters:
        svgCyValue - The type is String
      • getSvgRAttribute

        public String getSvgRAttribute()
        Receives the value of the ODFDOM attribute representation SvgRAttribute , See @svg:r

        Attribute is mandatory.

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

        public void setSvgRAttribute​(String svgRValue)
        Sets the value of ODFDOM attribute representation SvgRAttribute , See @svg:r
        Parameters:
        svgRValue - The type is String
      • getXlinkHrefAttribute

        public String getXlinkHrefAttribute()
        Receives the value of the ODFDOM attribute representation XlinkHrefAttribute , See @xlink:href
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setXlinkHrefAttribute

        public void setXlinkHrefAttribute​(String xlinkHrefValue)
        Sets the value of ODFDOM attribute representation XlinkHrefAttribute , See @xlink:href
        Parameters:
        xlinkHrefValue - The type is String
      • getXlinkShowAttribute

        public String getXlinkShowAttribute()
        Receives the value of the ODFDOM attribute representation XlinkShowAttribute , See @xlink:show
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setXlinkShowAttribute

        public void setXlinkShowAttribute​(String xlinkShowValue)
        Sets the value of ODFDOM attribute representation XlinkShowAttribute , See @xlink:show
        Parameters:
        xlinkShowValue - The type is String
      • getXlinkTypeAttribute

        public String getXlinkTypeAttribute()
        Receives the value of the ODFDOM attribute representation XlinkTypeAttribute , See @xlink:type
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setXlinkTypeAttribute

        public void setXlinkTypeAttribute​(String xlinkTypeValue)
        Sets the value of ODFDOM attribute representation XlinkTypeAttribute , See @xlink:type
        Parameters:
        xlinkTypeValue - 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