Class TextMerger
java.lang.Object
io.jmix.reports.yarg.formatters.impl.docx.TextMerger
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addToMergeQueue
(org.docx4j.wml.Text currentText) protected void
protected void
handleText
(org.docx4j.wml.Text currentText) Set<org.docx4j.wml.Text>
protected boolean
protected void
-
Field Details
-
resultingTexts
-
textsToRemove
-
startText
protected org.docx4j.wml.Text startText -
mergedTexts
-
mergedTextsString
-
regexpPattern
-
paragraph
protected org.docx4j.wml.ContentAccessor paragraph -
regexp
-
first2SymbolsOfRegexp
-
-
Constructor Details
-
TextMerger
-
-
Method Details
-
mergeMatchedTexts
-
removeUnnecessaryTexts
protected void removeUnnecessaryTexts() -
handleText
protected void handleText(org.docx4j.wml.Text currentText) -
addToMergeQueue
protected void addToMergeQueue(org.docx4j.wml.Text currentText) -
mergeQueueMatchesRegexp
protected boolean mergeQueueMatchesRegexp() -
handleMatchedText
protected void handleMatchedText()
-