Uses of Class
com.realobjects.pdfreactor.Configuration.Resource
Packages that use Configuration.Resource
- 
Uses of Configuration.Resource in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.ResourceModifier and TypeMethodDescriptionConfiguration.BubbleSettings.getStyleSheet()Configuration.ChangeSettings.getStyleSheet()Configuration.CommentSettings.getStyleSheet()Configuration.Resource.setBeforeDocumentScripts(Boolean value) Usetrueto cause PDFreactor to run the script before all scripts inside the document andfalseto run it after.Configuration.Resource.setContent(String value) The content of the resource.Configuration.Resource.setData(byte[] value) The binary data of the resource.Configuration.Resource.setInputSource(com.realobjects.w3c.css.sac.InputSource value) TheInputSourceof the resource.Configuration.Resource.setPassword(String password) If thisConfiguration.Resourcedescribes a PDF document and this document is protected by an user or owner password, use this method to specify the password the document should be opened with.Configuration.Resource.setSubtype(Configuration.ResourceSubtype subtype) The subtype of this resource.The URI of the resource.Methods in com.realobjects.pdfreactor with parameters of type Configuration.ResourceModifier and TypeMethodDescriptionConfiguration.ColorSpaceSettings.setCmykIccProfile(Configuration.Resource cmykIccProfile) Specifies the ICC profile which defines the CMYK color space into or from which CSS colors and images are converted, ifenabled.Configuration.MergeSettings.setDocuments(Configuration.Resource... documents) This method sets external PDF documents which will be merged with the PDF document generated by the HTML source.final ConfigurationConfiguration.setIntegrationStyleSheets(Configuration.Resource... values) Adds an integration style sheet to the document.final ConfigurationConfiguration.setMergeDocuments(Configuration.Resource... documents) Deprecated.voidConfiguration.BubbleSettings.setStyleSheet(Configuration.Resource styleSheet) voidConfiguration.ChangeSettings.setStyleSheet(Configuration.Resource styleSheet) voidConfiguration.CommentSettings.setStyleSheet(Configuration.Resource styleSheet) final ConfigurationConfiguration.setUserScripts(Configuration.Resource... values) Adds an user script to the document.final ConfigurationConfiguration.setUserStyleSheets(Configuration.Resource... values) Adds a user style sheet to the document.final ConfigurationConfiguration.setXsltStyleSheets(Configuration.Resource... values) Adds an XSLT style sheet to the document.