public class TextToHtmlOptions extends Object implements IDocumentLoadOptions
Allows to specify custom options for loading plain text (TXT) documents
Constructor and Description |
---|
TextToHtmlOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnablePagination()
Determines whether it is required to split resultant HTML markup per pages (true) or not (false)
|
Charset |
getEncoding()
Character encoding of the text document, which will be applied for its opening
|
void |
setEnablePagination(boolean value)
Determines whether it is required to split resultant HTML markup per pages (true) or not (false)
|
void |
setEncoding(Charset value)
Character encoding of the text document, which will be applied for its opening
|
public boolean getEnablePagination()
Determines whether it is required to split resultant HTML markup per pages (true) or not (false)
public Charset getEncoding()
Character encoding of the text document, which will be applied for its opening
public void setEnablePagination(boolean value)
Determines whether it is required to split resultant HTML markup per pages (true) or not (false)
public void setEncoding(Charset value)
Character encoding of the text document, which will be applied for its opening
Copyright © 2018. All rights reserved.