Uses of Class
net.webpdf.wsclient.schema.operation.PageIntervalType
-
Packages that use PageIntervalType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PageIntervalType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PageIntervalType Modifier and Type Field Description protected PageIntervalTypeBackgroundBaseSettingsType.Pages. pageIntervalprotected PageIntervalTypeHeaderFooterType.Pages. pageIntervalMethods in net.webpdf.wsclient.schema.operation that return PageIntervalType Modifier and Type Method Description PageIntervalTypeObjectFactory. createPageIntervalType()Create an instance ofPageIntervalTypePageIntervalTypeBackgroundBaseSettingsType.Pages. getPageInterval()Gets the value of the pageInterval property.PageIntervalTypeHeaderFooterType.Pages. getPageInterval()Gets the value of the pageInterval property.Methods in net.webpdf.wsclient.schema.operation with parameters of type PageIntervalType Modifier and Type Method Description voidBackgroundBaseSettingsType.Pages. setPageInterval(PageIntervalType value)Sets the value of the pageInterval property.voidHeaderFooterType.Pages. setPageInterval(PageIntervalType value)Sets the value of the pageInterval property.
-