com.lowagie.text.pdf

Class FdfWriter.Wrt

Enclosing Class:
FdfWriter
Implemented Interfaces:
DocListener, ElementListener, EventListener

(package private) static class FdfWriter.Wrt
extends PdfWriter

Nested Class Summary

Nested classes/interfaces inherited from class com.lowagie.text.pdf.PdfWriter

PdfWriter.PdfBody, PdfWriter.PdfTrailer

Field Summary

private FdfWriter
fdf

Fields inherited from class com.lowagie.text.pdf.PdfWriter

AllowAssembly, AllowCopy, AllowDegradedPrinting, AllowFillIn, AllowModifyAnnotations, AllowModifyContents, AllowPrinting, AllowScreenReaders, CenterWindow, DID_PRINT, DID_SAVE, DOCUMENT_CLOSE, DirectionL2R, DirectionR2L, DisplayDocTitle, FitWindow, HEADER, HideMenubar, HideToolbar, HideWindowUI, NO_SPACE_CHAR_RATIO, NonFullScreenPageModeUseNone, NonFullScreenPageModeUseOC, NonFullScreenPageModeUseOutlines, NonFullScreenPageModeUseThumbs, OCGRadioGroup, OCProperties, PAGE_CLOSE, PAGE_OPEN, PDFX1A2001, PDFX32002, PDFXKEY_CMYK, PDFXKEY_COLOR, PDFXKEY_FONT, PDFXKEY_GSTATE, PDFXKEY_IMAGE, PDFXKEY_LAYER, PDFXKEY_RGB, PDFXNONE, PageLayoutOneColumn, PageLayoutSinglePage, PageLayoutTwoColumnLeft, PageLayoutTwoColumnRight, PageModeFullScreen, PageModeUseNone, PageModeUseOC, PageModeUseOutlines, PageModeUseThumbs, RUN_DIRECTION_DEFAULT, RUN_DIRECTION_LTR, RUN_DIRECTION_NO_BIDI, RUN_DIRECTION_RTL, SIGNATURE_APPEND_ONLY, SIGNATURE_EXISTS, SPACE_CHAR_RATIO_DEFAULT, STRENGTH128BITS, STRENGTH40BITS, VERSION_1_2, VERSION_1_3, VERSION_1_4, VERSION_1_5, VERSION_1_6, VPOINT, ViewerPreferencesMask, WILL_PRINT, WILL_SAVE, body, colorNumber, crypto, currentPageNumber, currentPdfReaderInstance, defaultColorspace, directContent, directContentUnder, documentColors, documentExtGState, documentFonts, documentLayers, documentOCG, documentOCGorder, documentPatterns, documentShadingPatterns, documentShadings, documentSpotPatterns, extraCatalog, fontNumber, formXObjects, formXObjectsCounter, fullCompression, group, imageDictionary, images, importedPages, pageEvent, pageReferences, patternColorspaceCMYK, patternColorspaceGRAY, patternColorspaceRGB, patternNumber, pdf, pdfxConformance, prevxref, root, runDirection, spaceCharRatio

Fields inherited from class com.lowagie.text.DocWriter

EQUALS, FORWARD, GT, LT, NEWLINE, QUOTE, SPACE, TAB, closeStream, document, open, os, pageSize, pause

Constructor Summary

Wrt(OutputStream os, FdfWriter fdf)

Method Summary

(package private) PdfArray
calculate(HashMap map)
(package private) void
writeTo()

Methods inherited from class com.lowagie.text.pdf.PdfWriter

add, add, add, addASEvent, addAnnotation, addAnnotation, addCalculationOrder, addDirectImageSimple, addDirectTemplateSimple, addJavaScript, addJavaScript, addJavaScript, addLocalDestinations, addOCGRadioGroup, addSharedObjectsToBody, addSimple, addSimple, addSimpleExtGState, addSimpleLayer, addSimplePattern, addSimplePatternColorspace, addSimpleShading, addSimpleShadingPattern, addToBody, addToBody, addToBody, addToBody, addToBody, addToBody, breakTableIfDoesntFit, checkPDFXConformance, close, eliminateFontSubset, fillOCProperties, fitsPage, fitsPage, fitsPage, fitsPage, freeReader, getAcroForm, getCatalog, getCurrentDocumentSize, getCurrentPage, getCurrentPageNumber, getDefaultColorspace, getDirectContent, getDirectContentUnder, getEncryption, getExtraCatalog, getGroup, getImageReference, getImportedPage, getIndirectReferenceNumber, getInfo, getInstance, getInstance, getNameString, getNewObjectNumber, getOCGOrder, getOCProperties, getOs, getPDFXConformance, getPageEvent, getPageNumber, getPageReference, getPdfDocument, getPdfIndirectReference, getPdfTable, getReaderFile, getRootOutline, getRunDirection, getSpaceCharRatio, getTableBottom, getVerticalPosition, isFullCompression, isPaused, isStrictImageSequence, open, registerLayer, reorderPages, resetContent, setAdditionalAction, setBoxSize, setCropBoxSize, setDefaultColorspace, setDuration, setEncryption, setEncryption, setFullCompression, setGroup, setLinearPageMode, setOpenAction, setOpenAction, setOutputIntents, setOutputIntents, setPDFXConformance, setPageAction, setPageEmpty, setPageEvent, setPageLabels, setPdfVersion, setRunDirection, setSigFlags, setSpaceCharRatio, setStrictImageSequence, setTransition, setViewerPreferences

Methods inherited from class com.lowagie.text.DocWriter

add, add, addTabs, clearTextWrap, close, flush, getISOBytes, hasMarkupAttributes, isCloseStream, newPage, open, pause, removeWatermark, resetFooter, resetHeader, resetPageCount, resume, setCloseStream, setFooter, setHeader, setMarginMirroring, setMargins, setPageCount, setPageSize, write, write, writeEnd, writeEnd, writeMarkupAttributes, writeStart

Field Details

fdf

private FdfWriter fdf

Constructor Details

Wrt

(package private)  Wrt(OutputStream os,
                       FdfWriter fdf)
            throws DocumentException,
                   IOException

Method Details

calculate

(package private)  PdfArray calculate(HashMap map)
            throws IOException

writeTo

(package private)  void writeTo()
            throws DocumentException,
                   IOException