|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFStream | |
---|---|
org.apache.fop.layout | |
org.apache.fop.pdf | |
org.apache.fop.render.pdf.fonts |
Uses of PDFStream in org.apache.fop.layout |
---|
Methods in org.apache.fop.layout that return PDFStream | |
---|---|
PDFStream |
FontDescriptor.getFontFile(int objNum)
|
Uses of PDFStream in org.apache.fop.pdf |
---|
Subclasses of PDFStream in org.apache.fop.pdf | |
---|---|
class |
PDFCMap
class representing the CMap encodings. |
class |
PDFICCStream
|
class |
PDFT1Stream
|
class |
PDFTTFStream
|
Fields in org.apache.fop.pdf declared as PDFStream | |
---|---|
protected PDFStream |
PDFCIDFont.cidMap
/CIDToGIDMap (only for CIDFontType2, see p 212) can be either "Identity" (default) or a PDFStream |
protected PDFStream |
PDFCIDFontDescriptor.cidSet
|
protected PDFStream |
PDFPage.contents
the contents stream |
protected PDFStream |
PDFFontDescriptor.fontfile
|
Methods in org.apache.fop.pdf that return PDFStream | |
---|---|
PDFStream |
PDFDocument.makeStream()
make a stream object |
Methods in org.apache.fop.pdf with parameters of type PDFStream | |
---|---|
void |
PDFCharProcs.addCharacter(String name,
PDFStream stream)
add a character definition in the dictionary |
PDFPage |
PDFDocument.makePage(PDFResources resources,
PDFStream contents,
int pagewidth,
int pageheight,
Page currentPage)
make a /Page object |
void |
PDFCIDFont.setCIDMap(PDFStream map)
set the /CIDToGIDMap (to be used only for CIDFontType2) |
void |
PDFCIDFontDescriptor.setCIDSet(PDFStream cidSet)
|
void |
PDFFontDescriptor.setFontFile(byte subtype,
PDFStream fontfile)
set the optional font file stream |
void |
PDFCMap.setUseCMap(PDFStream base)
set the base CMap |
Constructors in org.apache.fop.pdf with parameters of type PDFStream | |
---|---|
PDFPage(int number,
PDFResources resources,
PDFStream contents,
int pagewidth,
int pageheight)
create a /Page object |
Uses of PDFStream in org.apache.fop.render.pdf.fonts |
---|
Fields in org.apache.fop.render.pdf.fonts declared as PDFStream | |
---|---|
PDFStream |
SingleByteFont.embeddedFont
|
Methods in org.apache.fop.render.pdf.fonts that return PDFStream | |
---|---|
PDFStream |
LazyFont.getFontFile(int objNum)
|
PDFStream |
MultiByteFont.getFontFile(int i)
|
PDFStream |
SingleByteFont.getFontFile(int i)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |