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