public class PageOutput extends Object
Encapsulates methods for page info output..
Modifier and Type | Method and Description |
---|---|
static void |
writePageColorSpaces(DocumentWriter docWriter)
Writes the colorspace info into stream.
|
static void |
writePageFonts(DocumentWriter docWriter)
Writes font description of the current page to Pdf document.
|
static void |
writePagePattern(DocumentWriter docWriter)
Puts pattern info of page into stream.
|
static void |
writePageProcsets(DocumentWriter docWriter)
Writes procedure sets description to Pdf document.
|
static void |
writeXobjects(DocumentWriter docWriter)
Writes xobjects info into stream.
|
public static void writeXobjects(DocumentWriter docWriter)
Writes xobjects info into stream.
docWriter
- The writer of document.public static void writePageColorSpaces(DocumentWriter docWriter)
Writes the colorspace info into stream.
docWriter
- The writer of document.public static void writePageFonts(DocumentWriter docWriter)
Writes font description of the current page to Pdf document.
docWriter
- The writer of document.public static void writePagePattern(DocumentWriter docWriter)
Puts pattern info of page into stream.
docWriter
- The writer of document.public static void writePageProcsets(DocumentWriter docWriter)
Writes procedure sets description to Pdf document.
docWriter
- The writer of document.Copyright © 2016 Aspose. All Rights Reserved.