Home
last modified time | relevance | path

Searched refs:ctrlWordData (Results 1 – 15 of 15) sorted by relevance

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationDocument.java265 …if(ctrlWordData.ctrlWord.equals("f")) { ctrlWordData.param = this.rtfParser.getImportManager().ma… in handleControlWord()
269 …if(ctrlWordData.ctrlWord.equals("cb")) { ctrlWordData.param = this.rtfParser.getImportManager().ma… in handleControlWord()
270 …if(ctrlWordData.ctrlWord.equals("cf")) { ctrlWordData.param = this.rtfParser.getImportManager().ma… in handleControlWord()
272 …if(ctrlWordData.ctrlWord.equals("clcbpat")) { ctrlWordData.param = this.rtfParser.getImportManager… in handleControlWord()
273 …if(ctrlWordData.ctrlWord.equals("clcbpatraw")) { ctrlWordData.param = this.rtfParser.getImportMana… in handleControlWord()
274 …if(ctrlWordData.ctrlWord.equals("clcfpat")) { ctrlWordData.param = this.rtfParser.getImportManager… in handleControlWord()
275 …if(ctrlWordData.ctrlWord.equals("clcfpatraw")) { ctrlWordData.param = this.rtfParser.getImportMana… in handleControlWord()
277 …if(ctrlWordData.ctrlWord.equals("trcfpat")) { ctrlWordData.param = this.rtfParser.getImportManager… in handleControlWord()
278 …if(ctrlWordData.ctrlWord.equals("trcbpat")) { ctrlWordData.param = this.rtfParser.getImportManager… in handleControlWord()
280 …if(ctrlWordData.ctrlWord.equals("brdrcf")) { ctrlWordData.param = this.rtfParser.getImportManager(… in handleControlWord()
[all …]
H A DRtfDestinationStylesheetTable.java199 if(ctrlWordData.ctrlWord.equals("s")) { } in handleControlWord()
200 if(ctrlWordData.ctrlWord.equals("cs")) {} in handleControlWord()
201 if(ctrlWordData.ctrlWord.equals("ds")) {} in handleControlWord()
202 if(ctrlWordData.ctrlWord.equals("ts")) {} in handleControlWord()
203 if(ctrlWordData.ctrlWord.equals("tsrowd")) {} in handleControlWord()
206 if(ctrlWordData.ctrlWord.equals("shift")) { } in handleControlWord()
207 if(ctrlWordData.ctrlWord.equals("ctrl")) { } in handleControlWord()
208 if(ctrlWordData.ctrlWord.equals("alt")) { } in handleControlWord()
210 if(ctrlWordData.ctrlWord.equals("fn")) { } in handleControlWord()
213 if(ctrlWordData.ctrlWord.equals("snext")) { } in handleControlWord()
[all …]
H A DRtfDestinationShppict.java443 this.width = ctrlWordData.toLong(); in handleControlWord()
446 this.height = ctrlWordData.toLong(); in handleControlWord()
455 this.scaleX = ctrlWordData.toInteger(); in handleControlWord()
458 this.scaleY = ctrlWordData.toInteger(); in handleControlWord()
469 this.cropTop = ctrlWordData.toInteger(); in handleControlWord()
560 this.width = ctrlWordData.toLong(); in handleControlWord()
564 this.height = ctrlWordData.toLong(); in handleControlWord()
576 this.scaleX = ctrlWordData.toInteger(); in handleControlWord()
580 this.scaleY = ctrlWordData.toInteger(); in handleControlWord()
638 writeText(ctrlWordData.toString()); in handleControlWord()
[all …]
H A DRtfDestinationListTable.java133 if (ctrlWordData.ctrlWord.equals("listtable")) { in handleControlWord()
159 if(ctrlWordData.hasParam && ctrlWordData.param == "1") { in handleControlWord()
182 this.newList.setName(ctrlWordData.param); in handleControlWord()
202 switch(ctrlWordData.intValue()) { in handleControlWord()
219 switch(ctrlWordData.intValue()) { in handleControlWord()
240 } else if (ctrlWordData.ctrlWord.equals("levelold")) { in handleControlWord()
279 } else if (ctrlWordData.ctrlWord.equals("li")) { in handleControlWord()
283 } else if (ctrlWordData.ctrlWord.equals("fi")) { in handleControlWord()
291 } else if (ctrlWordData.ctrlWord.equals("tx")) { in handleControlWord()
322 if (ctrlWordData.ctrlWord.equals("shppict")) { in handleControlWord()
[all …]
H A DRtfDestinationFontTable.java280 public boolean handleControlWord(RtfCtrlWordData ctrlWordData) { in handleControlWord() argument
284 if(ctrlWordData.ctrlWord.equals("f")) { this.setFontNumber(ctrlWordData.param); result=true;} in handleControlWord()
285 if(ctrlWordData.ctrlWord.equals("fcharset")) { this.setCharset(ctrlWordData.param); result=true; } in handleControlWord()
288 if(ctrlWordData.ctrlWord.equals("fnil")) { this.setFontFamily("roman"); result=true; } in handleControlWord()
294 if(ctrlWordData.ctrlWord.equals("ftech")) { this.setFontFamily("tech"); result=true; } in handleControlWord()
297 if(ctrlWordData.ctrlWord.equals("fprq")) { this.setPitch(ctrlWordData.param); result=true; } in handleControlWord()
299 if(ctrlWordData.ctrlWord.equals("fbias")) { this.setBias(ctrlWordData.param); result=true; } in handleControlWord()
311 if(ctrlWordData.ctrlWord.equals("panose")) {state = SETTING_PANOSE; result = true; } in handleControlWord()
315 if(ctrlWordData.ctrlWord.equals("fname")) {state = SETTING_FONTNAME; result = true; } in handleControlWord()
331 if(ctrlWordData.ctrlWord.equals("cpg")) { this.setCodePage(ctrlWordData.param); result= true; } in handleControlWord()
[all …]
H A DRtfDestinationColorTable.java188 public boolean handleControlWord(RtfCtrlWordData ctrlWordData) { in handleControlWord() argument
189 if(ctrlWordData.ctrlWord.equals("blue")) this.setBlue(ctrlWordData.intValue()); in handleControlWord()
190 if(ctrlWordData.ctrlWord.equals("red")) this.setRed(ctrlWordData.intValue()); in handleControlWord()
191 if(ctrlWordData.ctrlWord.equals("green")) this.setGreen(ctrlWordData.intValue()); in handleControlWord()
192 if(ctrlWordData.ctrlWord.equals("cshade")) this.setShade(ctrlWordData.intValue()); in handleControlWord()
193 if(ctrlWordData.ctrlWord.equals("ctint")) this.setTint(ctrlWordData.intValue()); in handleControlWord()
H A DRtfDestination.java131 public abstract boolean handleControlWord(RtfCtrlWordData ctrlWordData); in handleControlWord() argument
167 protected RtfCtrlWordData beforeCtrlWord(RtfCtrlWordData ctrlWordData) { in beforeCtrlWord() argument
171 listener.beforeCtrlWord(ctrlWordData); in beforeCtrlWord()
178 protected RtfCtrlWordData onCtrlWord(RtfCtrlWordData ctrlWordData){ in onCtrlWord() argument
182 listener.onCtrlWord(ctrlWordData); in onCtrlWord()
190 protected RtfCtrlWordData afterCtrlWord(RtfCtrlWordData ctrlWordData){ in afterCtrlWord() argument
194 listener.afterCtrlWord(ctrlWordData); in afterCtrlWord()
H A DRtfDestinationListener.java66 public RtfCtrlWordData beforeCtrlWord(RtfCtrlWordData ctrlWordData); in beforeCtrlWord() argument
70 public RtfCtrlWordData onCtrlWord(RtfCtrlWordData ctrlWordData); in onCtrlWord() argument
74 public RtfCtrlWordData afterCtrlWord(RtfCtrlWordData ctrlWordData); in afterCtrlWord() argument
H A DRtfDestinationInfo.java163 public boolean handleControlWord(RtfCtrlWordData ctrlWordData) { in handleControlWord() argument
164 elementName = ctrlWordData.ctrlWord; in handleControlWord()
H A DRtfDestinationNull.java144 public boolean handleControlWord(RtfCtrlWordData ctrlWordData) { in handleControlWord() argument
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/ctrlwords/
H A DRtfCtrlWordMgr.java119 beforeCtrlWord(ctrlWordData); in handleKeyword()
124 afterCtrlWord(ctrlWordData); in handleKeyword()
138 if(ctrlWordData != null) { in dispatchKeyword()
141 ctrlWord.handleControlword(ctrlWordData); in dispatchKeyword()
144 " New:" + ctrlWordData.ctrlWord + in dispatchKeyword()
145 " Param:" + ctrlWordData.param + in dispatchKeyword()
146 " bParam=" + ctrlWordData.hasParam); in dispatchKeyword()
153 " New:" + ctrlWordData.ctrlWord + in dispatchKeyword()
154 " Param:" + ctrlWordData.param + in dispatchKeyword()
155 " bParam=" + ctrlWordData.hasParam); in dispatchKeyword()
[all …]
H A DRtfCtrlWordHandler.java108 protected RtfCtrlWordData ctrlWordData = null; field in RtfCtrlWordHandler
203 this.ctrlWordData = ctrlWordDataIn; in handleControlword()
207 this.ctrlWordData.prefix = this.ctrlWordPrefix; in handleControlword()
208 this.ctrlWordData.suffix = this.ctrlWordSuffix; in handleControlword()
210 this.ctrlWordData.ctrlWordType = this.ctrlWordType; in handleControlword()
211 this.ctrlWordData.specialHandler = this.specialHandler; in handleControlword()
214 this.ctrlWordData.hasParam = true; in handleControlword()
222 if(this.ctrlWordData.ctrlWord.equals("*")) { in handleControlword()
236 handled = dest.handleControlWord(this.ctrlWordData); in handleControlword()
259 handled = dest.handleControlWord(this.ctrlWordData); in handleControlword()
[all …]
H A DRtfCtrlWordListener.java65 public RtfCtrlWordData beforeCtrlWord(RtfCtrlWordData ctrlWordData); in beforeCtrlWord() argument
70 public RtfCtrlWordData onCtrlWord(RtfCtrlWordData ctrlWordData); in onCtrlWord() argument
75 public RtfCtrlWordData afterCtrlWord(RtfCtrlWordData ctrlWordData); in afterCtrlWord() argument
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/properties/
H A DRtfProperty.java249 public boolean toggleProperty(RtfCtrlWordData ctrlWordData) { //String propertyName) { in toggleProperty() argument
251 String propertyName = ctrlWordData.specialHandler; in toggleProperty()
284 …public boolean setProperty(RtfCtrlWordData ctrlWordData) { //String propertyName, Object propertyV… in setProperty() argument
285 String propertyName = ctrlWordData.specialHandler; in setProperty()
286 Object propertyValueNew = ctrlWordData.param; in setProperty()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/
H A DRtfParser.java984 public int handleCtrlWord(RtfCtrlWordData ctrlWordData) { in handleCtrlWord() argument
989 …this.rtfDoc, groupLevel, "DEBUG: handleCtrlWord=" + ctrlWordData.ctrlWord + " param=[" + ctrlWordD… in handleCtrlWord()
1006 result = this.rtfKeywordMgr.handleKeyword(ctrlWordData, this.groupLevel); in handleCtrlWord()