Class TextMerger
java.lang.Object
io.jmix.reports.yarg.formatters.impl.docx.TextMerger
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddToMergeQueue(org.docx4j.wml.Text currentText) protected voidprotected voidhandleText(org.docx4j.wml.Text currentText) Set<org.docx4j.wml.Text>protected booleanprotected void
- 
Field Details- 
resultingTexts
- 
textsToRemove
- 
startTextprotected org.docx4j.wml.Text startText
- 
mergedTexts
- 
mergedTextsString
- 
regexpPattern
- 
paragraphprotected org.docx4j.wml.ContentAccessor paragraph
- 
regexp
- 
first2SymbolsOfRegexp
 
- 
- 
Constructor Details- 
TextMerger
 
- 
- 
Method Details- 
mergeMatchedTexts
- 
removeUnnecessaryTextsprotected void removeUnnecessaryTexts()
- 
handleTextprotected void handleText(org.docx4j.wml.Text currentText) 
- 
addToMergeQueueprotected void addToMergeQueue(org.docx4j.wml.Text currentText) 
- 
mergeQueueMatchesRegexpprotected boolean mergeQueueMatchesRegexp()
- 
handleMatchedTextprotected void handleMatchedText()
 
-