Class LineType


  • public class LineType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a set of attributes for Line annotations.</p>
     

    Java class for LineType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="LineType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="startStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="endStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="showCaption" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="captionHorizontalOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="captionVerticalOffset" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="captionPositioning" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="leaderLineLength" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="leaderLineOffsetLength" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="leaderLineExtensionLength" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • startStyle

        protected String startStyle
      • endStyle

        protected String endStyle
      • showCaption

        protected Boolean showCaption
      • captionHorizontalOffset

        protected Float captionHorizontalOffset
      • captionVerticalOffset

        protected Float captionVerticalOffset
      • captionPositioning

        protected String captionPositioning
      • leaderLineLength

        protected Float leaderLineLength
      • leaderLineOffsetLength

        protected Float leaderLineOffsetLength
      • leaderLineExtensionLength

        protected Float leaderLineExtensionLength
    • Constructor Detail

      • LineType

        public LineType()
    • Method Detail

      • getStartStyle

        public String getStartStyle()
        Gets the value of the startStyle property.
        Returns:
        possible object is String
      • setStartStyle

        public void setStartStyle​(String value)
        Sets the value of the startStyle property.
        Parameters:
        value - allowed object is String
      • isSetStartStyle

        public boolean isSetStartStyle()
      • getEndStyle

        public String getEndStyle()
        Gets the value of the endStyle property.
        Returns:
        possible object is String
      • setEndStyle

        public void setEndStyle​(String value)
        Sets the value of the endStyle property.
        Parameters:
        value - allowed object is String
      • isSetEndStyle

        public boolean isSetEndStyle()
      • isShowCaption

        public boolean isShowCaption()
        Gets the value of the showCaption property.
        Returns:
        possible object is Boolean
      • setShowCaption

        public void setShowCaption​(boolean value)
        Sets the value of the showCaption property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowCaption

        public boolean isSetShowCaption()
      • unsetShowCaption

        public void unsetShowCaption()
      • getCaptionHorizontalOffset

        public float getCaptionHorizontalOffset()
        Gets the value of the captionHorizontalOffset property.
        Returns:
        possible object is Float
      • setCaptionHorizontalOffset

        public void setCaptionHorizontalOffset​(float value)
        Sets the value of the captionHorizontalOffset property.
        Parameters:
        value - allowed object is Float
      • isSetCaptionHorizontalOffset

        public boolean isSetCaptionHorizontalOffset()
      • unsetCaptionHorizontalOffset

        public void unsetCaptionHorizontalOffset()
      • getCaptionVerticalOffset

        public float getCaptionVerticalOffset()
        Gets the value of the captionVerticalOffset property.
        Returns:
        possible object is Float
      • setCaptionVerticalOffset

        public void setCaptionVerticalOffset​(float value)
        Sets the value of the captionVerticalOffset property.
        Parameters:
        value - allowed object is Float
      • isSetCaptionVerticalOffset

        public boolean isSetCaptionVerticalOffset()
      • unsetCaptionVerticalOffset

        public void unsetCaptionVerticalOffset()
      • getCaptionPositioning

        public String getCaptionPositioning()
        Gets the value of the captionPositioning property.
        Returns:
        possible object is String
      • setCaptionPositioning

        public void setCaptionPositioning​(String value)
        Sets the value of the captionPositioning property.
        Parameters:
        value - allowed object is String
      • isSetCaptionPositioning

        public boolean isSetCaptionPositioning()
      • getLeaderLineLength

        public float getLeaderLineLength()
        Gets the value of the leaderLineLength property.
        Returns:
        possible object is Float
      • setLeaderLineLength

        public void setLeaderLineLength​(float value)
        Sets the value of the leaderLineLength property.
        Parameters:
        value - allowed object is Float
      • isSetLeaderLineLength

        public boolean isSetLeaderLineLength()
      • unsetLeaderLineLength

        public void unsetLeaderLineLength()
      • getLeaderLineOffsetLength

        public float getLeaderLineOffsetLength()
        Gets the value of the leaderLineOffsetLength property.
        Returns:
        possible object is Float
      • setLeaderLineOffsetLength

        public void setLeaderLineOffsetLength​(float value)
        Sets the value of the leaderLineOffsetLength property.
        Parameters:
        value - allowed object is Float
      • isSetLeaderLineOffsetLength

        public boolean isSetLeaderLineOffsetLength()
      • unsetLeaderLineOffsetLength

        public void unsetLeaderLineOffsetLength()
      • getLeaderLineExtensionLength

        public float getLeaderLineExtensionLength()
        Gets the value of the leaderLineExtensionLength property.
        Returns:
        possible object is Float
      • setLeaderLineExtensionLength

        public void setLeaderLineExtensionLength​(float value)
        Sets the value of the leaderLineExtensionLength property.
        Parameters:
        value - allowed object is Float
      • isSetLeaderLineExtensionLength

        public boolean isSetLeaderLineExtensionLength()
      • unsetLeaderLineExtensionLength

        public void unsetLeaderLineExtensionLength()