Uses of Interface
ch.ivyteam.ivy.workflow.document.IDocumentContentWriter
-
Packages that use IDocumentContentWriter Package Description ch.ivyteam.ivy.workflow.document -
-
Uses of IDocumentContentWriter in ch.ivyteam.ivy.workflow.document
Methods in ch.ivyteam.ivy.workflow.document that return IDocumentContentWriter Modifier and Type Method Description IDocumentContentWriterIDocumentContentWriter. useEncoding(String encoding)Sets the encoding that will be used by the methodswithContentFrom(String)andwithContentFrom(Reader)to encode the content.IDocumentContentWriterIDocumentContentWriter. useEncoding(Charset encoding)Sets the encoding that will be used by the methodswithContentFrom(String)andwithContentFrom(Reader)to encode the content.IDocumentContentWriterIDocument. write()Provides methods to write the content of the document.
-