Uses of Class
com.vidispine.generated.ExportTemplateTextContent
-
Uses of ExportTemplateTextContent in com.vidispine.generated
Fields in com.vidispine.generated declared as ExportTemplateTextContentModifier and TypeFieldDescriptionprotected ExportTemplateTextContent
ExportTemplateText.content
protected ExportTemplateTextContent
ExportTemplateSequence.document
Methods in com.vidispine.generated that return ExportTemplateTextContentModifier and TypeMethodDescriptionObjectFactory.createExportTemplateTextContent()
Create an instance ofExportTemplateTextContent
ExportTemplateText.getContent()
Gets the value of the content property.ExportTemplateSequence.getDocument()
Gets the value of the document property.ExportTemplateTextContent.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ExportTemplateTextContent.withContent
(Serializable... values) Adds objects to the list of Content using add methodExportTemplateTextContent.withContent
(Collection<Serializable> values) Adds objects to the list of Content using addAll methodExportTemplateTextContent.withScripttags
(boolean value) Sets the value of the scripttags property.Methods in com.vidispine.generated with parameters of type ExportTemplateTextContentModifier and TypeMethodDescriptionvoid
ExportTemplateText.setContent
(ExportTemplateTextContent value) Sets the value of the content property.void
ExportTemplateSequence.setDocument
(ExportTemplateTextContent value) Sets the value of the document property.ExportTemplateText.withContent
(ExportTemplateTextContent value) Sets the value of the content property.ExportTemplateSequence.withDocument
(ExportTemplateTextContent value) Sets the value of the document property.