Home
last modified time | relevance | path

Searched defs:PDFName (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFName.java31 public class PDFName extends PDFObject implements Serializable { class
40 public PDFName(String name) { in PDFName() method in PDFName
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DIPDFParserExtender.h6 class PDFName; variable
H A DPDFName.cpp23 PDFName::PDFName(const std::string& inValue) : PDFObject(eType) in PDFName() function in PDFName
H A DPDFParser.h39 class PDFName; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx89 struct PDFName : public PDFValue struct
91 OString m_aName;
93 explicit PDFName( const OString& rName ) in PDFName() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx88 struct PDFName : public PDFValue struct
90 OString m_aName;
92 explicit PDFName( const OString& rName ) in PDFName() argument
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/lib/PDF/API2/Basic/PDF/
H A DUtils.pm79 sub PDFName { subroutine
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Basic/PDF/
H A DUtils.pm87 sub PDFName { subroutine
/dports/print/p5-Text-PDF/Text-PDF-0.31/lib/Text/PDF/
H A DUtils.pm68 sub PDFName subroutine
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Basic/PDF/
H A DUtils.pm96 sub PDFName subroutine
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/pdfbase/
H A Dpdfdoc.py659 def PDFName(data,lo=chr(0x21),hi=chr(0x7e)): function