public abstract class EditorDeArquivoDeTexto extends Object
| Constructor and Description |
|---|
EditorDeArquivoDeTexto() |
| Modifier and Type | Method and Description |
|---|---|
EditorDeArquivoDeTexto |
docxComTabelas(List<Map<String,Object>> listasDeObjetosParaAsTabelasDoDocumento,
FormatacaoDaTabela... formatacaoDaTabelas) |
EditorDeArquivoDeTexto |
docxComTabelas(Object[] listasDeObjetosParaAsTabelasDoDocumento,
FormatacaoDaTabela... formatacaoDaTabelas) |
ByteBuffer |
editar(ByteBuffer byteBuffer,
Map<String,Object> mapObjects) |
ByteBuffer |
editar(ByteBuffer byteBuffer,
Object object) |
File |
editar(File arquivoQueSeraEditado,
Object object,
String nomeDoArquivoDeSaida)
Deprecated.
|
OutputStream |
editar(InputStream arquivoQueSeraEditado,
Object dados) |
protected abstract ByteBuffer |
editarArquivo(ByteBuffer byteBuffer,
Map<String,Object> mapObjects) |
protected abstract ByteBuffer |
editarArquivo(ByteBuffer byteBuffer,
Object dados) |
protected abstract void |
editarArquivo(File arquivoQueSeraEditado,
Object object,
String nomeDoArquivoDeSaida) |
protected abstract OutputStream |
editarArquivo(InputStream arquivoQueSeraEditado,
Object dados) |
static EditorDeArquivoDeTexto |
editarArquivoDocx() |
protected abstract File |
getArquivoEditado() |
@Deprecated public File editar(File arquivoQueSeraEditado, Object object, String nomeDoArquivoDeSaida) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextopublic OutputStream editar(InputStream arquivoQueSeraEditado, Object dados) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextopublic ByteBuffer editar(ByteBuffer byteBuffer, Object object) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextopublic ByteBuffer editar(ByteBuffer byteBuffer, Map<String,Object> mapObjects) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextoprotected abstract void editarArquivo(File arquivoQueSeraEditado, Object object, String nomeDoArquivoDeSaida) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextoprotected abstract OutputStream editarArquivo(InputStream arquivoQueSeraEditado, Object dados) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextoprotected abstract ByteBuffer editarArquivo(ByteBuffer byteBuffer, Object dados) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextoprotected abstract ByteBuffer editarArquivo(ByteBuffer byteBuffer, Map<String,Object> mapObjects) throws ErroAoEditarArquivoDeTexto
ErroAoEditarArquivoDeTextoprotected abstract File getArquivoEditado()
public static EditorDeArquivoDeTexto editarArquivoDocx()
public EditorDeArquivoDeTexto docxComTabelas(Object[] listasDeObjetosParaAsTabelasDoDocumento, FormatacaoDaTabela... formatacaoDaTabelas)
public EditorDeArquivoDeTexto docxComTabelas(List<Map<String,Object>> listasDeObjetosParaAsTabelasDoDocumento, FormatacaoDaTabela... formatacaoDaTabelas)
Copyright © 2018. All rights reserved.