- register(String, WordContentRender<T>) - 类 中的方法com.relaxed.poi.funcs.ContentRenderHolder
-
Registers a content renderer for the specified content type.
- render(Configure, AttachmentContentData) - 类 中的方法com.relaxed.poi.funcs.AttachmentContentRender
-
Renders the attachment content data and configures the appropriate attachment
render policy.
- render(Configure, HtmlContentData) - 类 中的方法com.relaxed.poi.funcs.HtmlContentRender
-
Renders the HTML content data and configures the appropriate HTML render policy.
- render(Configure, ListContentData) - 类 中的方法com.relaxed.poi.funcs.ListContentRender
-
Renders the list content data into a numbered list format.
- render(Configure, LoopRowTableContentData) - 类 中的方法com.relaxed.poi.funcs.LoopRowTableContentRender
-
Renders the loop row table content data and configures the appropriate render
policy.
- render(Configure, PicContentData) - 类 中的方法com.relaxed.poi.funcs.PicContentRender
-
Renders the picture content data into a format suitable for Word document
generation.
- render(XWPFTemplate) - 接口 中的方法com.relaxed.poi.funcs.RenderFunction
-
Renders the given Word template with custom logic.
- render(Configure, TableContentData) - 类 中的方法com.relaxed.poi.funcs.TableContentRender
-
Renders the table content data into a format suitable for Word document generation.
- render(Configure, TextContentData) - 类 中的方法com.relaxed.poi.funcs.TextContentRender
-
Renders the text content data into a format suitable for Word document generation.
- render(Configure, T) - 接口 中的方法com.relaxed.poi.funcs.WordContentRender
-
Renders the given data into a format suitable for Word document generation.
- render(ElementTemplate, Object, XWPFTemplate) - 类 中的方法com.relaxed.poi.plugins.LoopRowTableRenderByHeaderPolicy
-
Renders the template by processing the data and inserting rows into the table.
- render(InputStream, Configure, RenderFunction<R>) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders the template using the provided render function.
- render(InputStream, Configure, RenderFunction<R>) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders the template using the provided render function.
- RenderFunction<R> - com.relaxed.poi.funcs中的接口
-
Functional interface for rendering Word documents using POI-TL.
- renderWord(File, File, List<LabelData>) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from source file to destination file using label data.
- renderWord(File, File, List<LabelData>, Configure) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from source file to destination file using label data and
custom configuration.
- renderWord(File, File, Map<String, Object>) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from source file to destination file using data map.
- renderWord(File, File, Map<String, Object>, Configure) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from source file to destination file using data map and
custom configuration.
- renderWord(InputStream, OutputStream, List<LabelData>) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from input stream to output stream using label data.
- renderWord(InputStream, OutputStream, List<LabelData>, Configure) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from input stream to output stream using label data and
custom configuration.
- renderWord(InputStream, OutputStream, Map<String, Object>) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from input stream to output stream using data map.
- renderWord(InputStream, OutputStream, Map<String, Object>, Configure) - 类 中的方法com.relaxed.poi.PoiTemplate
-
Renders a Word document from input stream to output stream using data map and
custom configuration.
- renderWord(File, File, List<LabelData>) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from source file to destination file using label data.
- renderWord(File, File, List<LabelData>, Configure) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from source file to destination file using label data and
custom configuration.
- renderWord(InputStream, OutputStream, List<LabelData>) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from input stream to output stream using label data.
- renderWord(File, File, Map<String, Object>) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from source file to destination file using data map.
- renderWord(File, File, Map<String, Object>, Configure) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from source file to destination file using data map and
custom configuration.
- renderWord(InputStream, OutputStream, List<LabelData>, Configure) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from input stream to output stream using label data and
custom configuration.
- renderWord(InputStream, OutputStream, Map<String, Object>) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from input stream to output stream using data map.
- renderWord(InputStream, OutputStream, Map<String, Object>, Configure) - 类 中的方法com.relaxed.poi.PoiUtil
-
Renders a Word document from input stream to output stream using data map and
custom configuration.