Uses of Interface
ch.ivyteam.ivy.workflow.document.IDocumentContentReader
Packages that use IDocumentContentReader
-
Uses of IDocumentContentReader in ch.ivyteam.ivy.workflow.document
Methods in ch.ivyteam.ivy.workflow.document that return IDocumentContentReaderModifier and TypeMethodDescriptionIDocument.read()Provides methods to read the content of the document.IDocumentContentReader.useEncoding(String encoding) Sets the encoding that will be used by the methodsasString()andasReader()to decode the content.IDocumentContentReader.useEncoding(Charset encoding) Sets the encoding that will be used by the methodsasString()andasReader()to decode the content.