Home
last modified time | relevance | path

Searched refs:RtfGenerator (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/ansifilter/ansifilter-2.18/src/
H A Drtfgenerator.cpp36 RtfGenerator::RtfGenerator() in RtfGenerator() function in ansifilter::RtfGenerator
59 RtfGenerator::~RtfGenerator() in ~RtfGenerator()
72 string RtfGenerator::getOpenTag() in getOpenTag()
88 string RtfGenerator::getCloseTag() in getCloseTag()
100 string RtfGenerator::getHyperlink(string uri, string txt){ in getHyperlink()
106 string RtfGenerator::getHeader() in getHeader()
111 void RtfGenerator::printBody() in printBody()
153 string RtfGenerator::getFooter() in getFooter()
158 string RtfGenerator::maskCharacter(unsigned char c) in maskCharacter()
859 void RtfGenerator::setPageSize(const string & ps) in setPageSize()
[all …]
H A Drtfgenerator.h69 class RtfGenerator : public ansifilter::CodeGenerator
73 RtfGenerator();
74 ~RtfGenerator();
H A Dcodegenerator.cpp71 generator = new RtfGenerator(); in getInstance()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Drtfgenerator.cpp38 RtfGenerator::RtfGenerator() in RtfGenerator() function in highlight::RtfGenerator
63 RtfGenerator::~RtfGenerator() in ~RtfGenerator()
66 string RtfGenerator::getHeader() in getHeader()
97 string RtfGenerator::getCloseTag ( const ElementStyle &elem ) in getCloseTag()
125 void RtfGenerator::printBody() in printBody()
226 string RtfGenerator::getFooter() in getFooter()
231 void RtfGenerator::initOutputTags ( ) in initOutputTags()
264 string RtfGenerator::maskCharacter ( unsigned char c ) in maskCharacter()
416 void RtfGenerator::setRTFPageSize ( const string & ps ) in setRTFPageSize()
421 void RtfGenerator::setRTFCharStyles ( bool cs ) in setRTFCharStyles()
[all …]
H A Dcodegenerator.cpp96 generator = new RtfGenerator (); in getInstance()
/dports/textproc/highlight/highlight-4.1/src/include/
H A Drtfgenerator.h77 class RtfGenerator : public highlight::CodeGenerator
81 RtfGenerator();
83 ~RtfGenerator();
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfGenerator.java28 public class RtfGenerator extends RtfElement { class
36 public RtfGenerator(RtfHeader h, Writer w) throws IOException { in RtfGenerator() method in RtfGenerator
H A DRtfHeader.java50 new RtfGenerator(this, w); in RtfHeader()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/document/
H A DRtfGenerator.java67 public class RtfGenerator extends RtfElement { class
78 public RtfGenerator(RtfDocument doc) { in RtfGenerator() method in RtfGenerator
H A DRtfDocumentHeader.java113 private RtfGenerator generator = null;
160 this.generator = new RtfGenerator(this.document); in init()