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. borderprotected BorderTypeSimpleShapeAnnotationType. borderMethods in net.webpdf.wsclient.schema.operation that return BorderType Modifier and Type Method Description BorderTypeObjectFactory. createBorderType()Create an instance ofBorderTypeBorderTypeLineAnnotationType. getBorder()Gets the value of the border property.BorderTypeSimpleShapeAnnotationType. getBorder()Gets the value of the border property.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.
-