Uses of Class
net.webpdf.wsclient.schema.operation.BorderType
-
Packages that use BorderType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of BorderType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BorderType Modifier and Type Field Description protected BorderTypeLineAnnotationType. border<?protected BorderTypeSimpleShapeAnnotationType. border<?Methods in net.webpdf.wsclient.schema.operation that return BorderType Modifier and Type Method Description BorderTypeObjectFactory. createBorderType()Create an instance ofBorderTypeBorderTypeLineAnnotationType. getBorder()<?BorderTypeSimpleShapeAnnotationType. getBorder()<?Methods in net.webpdf.wsclient.schema.operation with parameters of type BorderType Modifier and Type Method Description voidLineAnnotationType. setBorder(BorderType value)Sets the value of the border property.voidSimpleShapeAnnotationType. setBorder(BorderType value)Sets the value of the border property.
-