Class DrawContourPolygonElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • DrawContourPolygonElement

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

      • getDrawPointsAttribute

        public String getDrawPointsAttribute()
        Receives the value of the ODFDOM attribute representation DrawPointsAttribute , See @draw:points

        Attribute is mandatory.

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

        public void setDrawPointsAttribute​(String drawPointsValue)
        Sets the value of ODFDOM attribute representation DrawPointsAttribute , See @draw:points
        Parameters:
        drawPointsValue - The type is String
      • getDrawRecreateOnEditAttribute

        public Boolean getDrawRecreateOnEditAttribute()
        Receives the value of the ODFDOM attribute representation DrawRecreateOnEditAttribute , See @draw:recreate-on-edit

        Attribute is mandatory.

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

        public void setDrawRecreateOnEditAttribute​(Boolean drawRecreateOnEditValue)
        Sets the value of ODFDOM attribute representation DrawRecreateOnEditAttribute , See @draw:recreate-on-edit
        Parameters:
        drawRecreateOnEditValue - The type is Boolean
      • getSvgHeightAttribute

        public String getSvgHeightAttribute()
        Receives the value of the ODFDOM attribute representation SvgHeightAttribute , See @svg:height
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setSvgHeightAttribute

        public void setSvgHeightAttribute​(String svgHeightValue)
        Sets the value of ODFDOM attribute representation SvgHeightAttribute , See @svg:height
        Parameters:
        svgHeightValue - The type is String
      • getSvgViewBoxAttribute

        public Integer getSvgViewBoxAttribute()
        Receives the value of the ODFDOM attribute representation SvgViewBoxAttribute , See @svg:viewBox

        Attribute is mandatory.

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

        public void setSvgViewBoxAttribute​(Integer svgViewBoxValue)
        Sets the value of ODFDOM attribute representation SvgViewBoxAttribute , See @svg:viewBox
        Parameters:
        svgViewBoxValue - The type is Integer
      • getSvgWidthAttribute

        public String getSvgWidthAttribute()
        Receives the value of the ODFDOM attribute representation SvgWidthAttribute , See @svg:width
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setSvgWidthAttribute

        public void setSvgWidthAttribute​(String svgWidthValue)
        Sets the value of ODFDOM attribute representation SvgWidthAttribute , See @svg:width
        Parameters:
        svgWidthValue - 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