Uses of Class
net.webpdf.wsclient.schema.operation.BaseToolboxType
-
Packages that use BaseToolboxType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of BaseToolboxType in net.webpdf.wsclient.schema.operation
Subclasses of BaseToolboxType in net.webpdf.wsclient.schema.operation Modifier and Type Class Description classAnnotationType<?classAttachmentType<?classCompressSettingsType<?classCompressType<?classDeleteType<?classDescriptionType<?classExtractionType<?classFormsType<?classImageType<?classMergeType<?classMoveType<?classOptionsType<?classOutlineType<?classPortfolioType<?classPrintType<?classRedactType<?classRotateType<?classScaleType<?classSecurityType<?classSplitType<?classTranscribeType<?classWatermarkType<?classXmpType<?Fields in net.webpdf.wsclient.schema.operation with type parameters of type BaseToolboxType Modifier and Type Field Description protected List<BaseToolboxType>OperationData. toolboxMethods in net.webpdf.wsclient.schema.operation that return BaseToolboxType Modifier and Type Method Description BaseToolboxTypeObjectFactory. createBaseToolboxType()Create an instance ofBaseToolboxTypeMethods in net.webpdf.wsclient.schema.operation that return types with arguments of type BaseToolboxType Modifier and Type Method Description List<BaseToolboxType>OperationData. getToolbox()Gets the value of the toolbox property. -
Uses of BaseToolboxType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return types with arguments of type BaseToolboxType Modifier and Type Method Description @NotNull List<BaseToolboxType>ToolboxWebService. getOperationParameters()Returns theToolboxWebServicespecificBaseToolboxType, which allows setting parameters for the webservice execution.Method parameters in net.webpdf.wsclient.webservice.soap with type arguments of type BaseToolboxType Modifier and Type Method Description voidToolboxWebService. setOperationParameters(@Nullable List<BaseToolboxType> operationData)Sets theToolboxWebServicespecificBaseToolboxTypeelement, which allows setting parameters for the webservice execution.
-