Class LineAnnotationType


  • public class LineAnnotationType
    extends BaseAnnotationType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation that draws a simple line on a page.</p>
     

    Java class for LineAnnotationType complex type.

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

    
     <complexType name="LineAnnotationType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType">
           <all>
             <element name="start" type="{http://schema.webpdf.de/1.0/operation}PointType"/>
             <element name="end" type="{http://schema.webpdf.de/1.0/operation}PointType"/>
             <element name="border" type="{http://schema.webpdf.de/1.0/operation}BorderType" minOccurs="0"/>
           </all>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • LineAnnotationType

        public LineAnnotationType()
    • Method Detail

      • getStart

        public PointType getStart()
        Gets the value of the start property.
        Returns:
        possible object is PointType
      • setStart

        public void setStart​(PointType value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is PointType
      • isSetStart

        public boolean isSetStart()
      • getEnd

        public PointType getEnd()
        Gets the value of the end property.
        Returns:
        possible object is PointType
      • setEnd

        public void setEnd​(PointType value)
        Sets the value of the end property.
        Parameters:
        value - allowed object is PointType
      • isSetEnd

        public boolean isSetEnd()
      • getBorder

        public BorderType getBorder()
        Gets the value of the border property.
        Returns:
        possible object is BorderType
      • setBorder

        public void setBorder​(BorderType value)
        Sets the value of the border property.
        Parameters:
        value - allowed object is BorderType
      • isSetBorder

        public boolean isSetBorder()