Class PopupType
- java.lang.Object
-
- net.webpdf.parameter.schema.extraction.info.PopupType
-
public class PopupType 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 concerning the annotation's popup.</p>
Java class for PopupType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PopupType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rectangle" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/> </sequence> <attribute name="isOpen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisOpen<?protected RectangleTyperectangle<?
-
Constructor Summary
Constructors Constructor Description PopupType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleTypegetRectangle()<?booleanisIsOpen()<?voidsetIsOpen(Boolean value)Sets the value of the isOpen property.voidsetRectangle(RectangleType value)Sets the value of the rectangle property.
-
-
-
Field Detail
-
rectangle
protected RectangleType rectangle
<?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">The position of the popup.</p>
-
isOpen
protected Boolean isOpen
<?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">When set to true, the popup shall be displayed, when opening the document.</p>
-
-
Method Detail
-
getRectangle
public RectangleType getRectangle()
<?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">The position of the popup.</p>
- Returns:
- possible object is
RectangleType
-
setRectangle
public void setRectangle(RectangleType value)
Sets the value of the rectangle property.- Parameters:
value- allowed object isRectangleType- See Also:
getRectangle()
-
isIsOpen
public boolean isIsOpen()
<?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">When set to true, the popup shall be displayed, when opening the document.</p>
- Returns:
- possible object is
Boolean
-
setIsOpen
public void setIsOpen(Boolean value)
Sets the value of the isOpen property.- Parameters:
value- allowed object isBoolean- See Also:
isIsOpen()
-
-