|
|
|
@ -370,6 +370,7 @@ public class SearchChartCollectionFormulaAction {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void searchChartPatternFormulaFromTitle(List<FormulaInfo> formulaInfos, ITContent chartContent, Chart chart) { |
|
|
|
|
if (chart != null) { |
|
|
|
|
//样式-标题
|
|
|
|
|
ITContent titleContent = ITContent.copy(chartContent); |
|
|
|
|
titleContent.addOtherPos( |
|
|
|
@ -379,6 +380,7 @@ public class SearchChartCollectionFormulaAction {
|
|
|
|
|
); |
|
|
|
|
dealTitle(formulaInfos, titleContent, chart.getTitle()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void dealTitle(List<FormulaInfo> formulaInfos, ITContent chartContent, Title title) { |
|
|
|
|
if (title != null && title.getTextObject() instanceof Formula) { |
|
|
|
|