Base class for nodes that represent field characters in a document in Java....clearRunAttrs() deepClone(boolean isCloneChildren) Creates a...made to the document. isDirty(boolean value) Sets whether the current...
ChartDataTable.hasOutlineBorder property. Gets or sets a flag indicating whether an outline border, that is, a border around series and category names, is displayed...get hasOutlineBorder () : boolean Examples Shows how to show...
RowFormat.allowBreakAcrossPages property. True if the text in a table row is allowed to split across a page break....allowBreakAcrossPage () : boolean Examples Shows how to disable...
Discover the ImportFormatOptions IgnoreHeaderFooter property, control header/footer formatting in KeepSourceFormatting mode. Simplify your document imports today!...IgnoreHeaderFooter property Gets or sets a boolean value that specifies that source...
DocSaveOptions.savePictureBullet property. When ``false``, PictureBullet data is not saved to output document...get savePictureBullet () : boolean Remarks This option is provided...
I am using the below source code in order to identify any text boxes containing MergeField
Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)");
try {
// Find all text boxes containing merge fields
Docum…...insert into relative position boolean isFound = false; for (int i...getChildNodes(NodeType.PARAGRAPH, true); boolean isFound = false; for (Paragraph...
Discover the MarkdownLoadOptions ImportUnderlineFormatting property. Control underline text formatting with a simple Boolean setting. Enhance your Markdown experience!...ImportUnderlineForma property Gets or sets a boolean value indicating either to...
IChartDataPoint.bubble3D property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.... get bubble3D () : boolean Examples Shows how to use 3D...