HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.PdfLiteral Class Reference
Inheritance diagram for iTextSharp.text.pdf.PdfLiteral:
iTextSharp.text.pdf.PdfObject

Public Member Functions

 PdfLiteral (string text)
 
 PdfLiteral (byte[] b)
 
 PdfLiteral (int type, string text)
 
 PdfLiteral (int type, byte[] b)
 
 PdfLiteral (int size)
 
override void ToPdf (PdfWriter writer, Stream os)
 
- Public Member Functions inherited from iTextSharp.text.pdf.PdfObject
virtual byte[] GetBytes ()
 
bool CanBeInObjStm ()
 
override string ToString ()
 
bool IsNull ()
 
bool IsBoolean ()
 
bool IsNumber ()
 
bool IsString ()
 
bool IsName ()
 
bool IsArray ()
 
bool IsDictionary ()
 
bool IsStream ()
 
bool IsIndirect ()
 

Properties

int Position [get]
 
int PosLength [get]
 
- Properties inherited from iTextSharp.text.pdf.PdfObject
int Length [get]
 
string Content [set]
 
int Type [get]
 
PRIndirectReference IndRef [get, set]
 

Additional Inherited Members

- Static Public Attributes inherited from iTextSharp.text.pdf.PdfObject
const int BOOLEAN = 1
 
const int NUMBER = 2
 
const int STRING = 3
 
const int NAME = 4
 
const int ARRAY = 5
 
const int DICTIONARY = 6
 
const int STREAM = 7
 
const int NULL = 8
 
const int INDIRECT = 10
 
const string NOTHING = ""
 
const string TEXT_PDFDOCENCODING = "PDF"
 
const string TEXT_UNICODE = "UnicodeBig"
 
- Protected Member Functions inherited from iTextSharp.text.pdf.PdfObject
 PdfObject (int type)
 
 PdfObject (int type, string content)
 
 PdfObject (int type, byte[] bytes)
 
- Protected Attributes inherited from iTextSharp.text.pdf.PdfObject
byte[] bytes
 
int type
 
PRIndirectReference indRef
 

Detailed Description

a Literal

Constructor & Destructor Documentation

◆ PdfLiteral() [1/5]

iTextSharp.text.pdf.PdfLiteral.PdfLiteral ( string  text)

◆ PdfLiteral() [2/5]

iTextSharp.text.pdf.PdfLiteral.PdfLiteral ( byte[]  b)

◆ PdfLiteral() [3/5]

iTextSharp.text.pdf.PdfLiteral.PdfLiteral ( int  type,
string  text 
)

◆ PdfLiteral() [4/5]

iTextSharp.text.pdf.PdfLiteral.PdfLiteral ( int  type,
byte[]  b 
)

◆ PdfLiteral() [5/5]

iTextSharp.text.pdf.PdfLiteral.PdfLiteral ( int  size)

Member Function Documentation

◆ ToPdf()

override void iTextSharp.text.pdf.PdfLiteral.ToPdf ( PdfWriter  writer,
Stream  os 
)
virtual

Writes the PDF representation of this PdfObject as an array of bytes to the writer.

Parameters
writerfor backwards compatibility
osthe outputstream to write the bytes to.
Exceptions
IOException

Reimplemented from iTextSharp.text.pdf.PdfObject.

Property Documentation

◆ Position

int iTextSharp.text.pdf.PdfLiteral.Position
get

◆ PosLength

int iTextSharp.text.pdf.PdfLiteral.PosLength
get

The documentation for this class was generated from the following file: