public class RtfRenderContext extends TargetRenderContext
TargetRenderContext.GraphicsState, TargetRenderContext.OptionContext.PageBreakRef, Context.StructTag, Context.TableBreakRef| Modifier and Type | Field and Description | 
|---|---|
String | 
type  | 
authorName, borders, borderToPrint, BUTTON_TYPE, CHECKBOX_TYPE, description, documentTitle, HIDDEN_TYPE, keywords, LISTBOX_TYPE, pageMargin, pageSize, PASSWORD_TYPE, RADIO_OPTION_TYPE, RADIO_TYPE, RESET_TYPE, SELECT_TYPE, SIGNATURE_TYPE, SPACER_TYPE, statusMessages, subject, targetPageHeight, TEXT_TYPE, TEXTAREA_TYPEabsWrappers, cannotStretch, comparator, containerPositions, containerWidths, continueFrom, currentPageBreak, currentPageNum, done, hasTocTable, initialScale, pageBreakPosition, pageBreaks, pageNumberRendererRows, pageTopY, pd4ml, progressMeter, reset, rotated, scale, tocDestinations| Constructor and Description | 
|---|
RtfRenderContext(PD4ML pd4ml,
                TargetRenderer targetRenderer,
                OutputStream os,
                float containerWidth,
                float containerHeight,
                PageSize paperFormat,
                PageMargins insets,
                String type,
                boolean idle,
                Vector<StatusMessage> statusMessages,
                com.pd4ml.util.GOST.Auth license,
                boolean convertImgToWmf,
                com.pd4ml.cache.FileCache cache)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAnnotation(BBox position,
             String description)  | 
void | 
addBookmark(int level,
           String label,
           String destinationID,
           Renderer originator)  | 
void | 
addDestination(float y,
              String destinationID)  | 
void | 
addFormElement(int type,
              BBox position,
              String value,
              String name,
              boolean checked,
              List<TargetRenderContext.Option> options,
              boolean multiselect,
              boolean readOnly,
              int size,
              int align,
              String formFont,
              float fontSize,
              String formFontCharRange,
              String title,
              String lang,
              String extras)  | 
void | 
addHyperlink(BBox position,
            String href,
            URL base,
            String label)  | 
void | 
addJavaScriptAction(String type,
                   String code)  | 
void | 
adjustPageScaleParams()  | 
void | 
applyWatermarkToCurrentPage(String watermarkID,
                           boolean rotated,
                           String alt)  | 
void | 
clipCustomRec(int x,
             int y,
             int width,
             int height,
             int[] r1,
             int[] r2)  | 
void | 
disable()  | 
void | 
draw(Shape path)  | 
void | 
drawCurvedLine(int x,
              int y,
              int width,
              int height,
              int i,
              int correctionX,
              int correctionY,
              int[] r1,
              int[] r2,
              int bt,
              int bb,
              boolean doubleBorder)  | 
void | 
drawCustomRect(int x,
              int y,
              int width,
              int height,
              int[] r1,
              int[] r2,
              boolean doubleBorder)  | 
void | 
drawHorizontalRule(int height,
                  int width,
                  Style.TextAlign align)  | 
void | 
drawImage(CachedImage img,
         int x,
         int y,
         int scaledWidth,
         int scaledHeight,
         int id,
         String title,
         String alt,
         String lang,
         String extras,
         boolean taggedOutput)  | 
void | 
drawLine(int x1,
        int y1,
        int x2,
        int y2)  | 
void | 
drawOval(float x,
        float y,
        float width,
        float height)  | 
void | 
drawRect(int x,
        int y,
        int width,
        int height)  | 
void | 
drawString(String str,
          float x,
          float y)  | 
void | 
drawString(String str,
          int x,
          int y)  | 
void | 
embedAttachment(BBox position,
               com.pd4ml.cache.CachedItem item,
               String name,
               String description)  | 
void | 
enable()  | 
void | 
endBlock()  | 
void | 
endCell(boolean skip)  | 
void | 
endCurrentPaintMode()  | 
void | 
endDecoration(int style)  | 
void | 
endDestination(String name)  | 
void | 
endFloat()  | 
void | 
endFooter()  | 
void | 
endGroup()  | 
void | 
endHeader()  | 
void | 
endHyperlink(boolean decorated,
            int id)  | 
void | 
endListItem(Style.TextAlign align,
           boolean endsNestedList)  | 
void | 
endParagraph()  | 
void | 
endRow()  | 
void | 
endTable()  | 
void | 
endWatermarkOutput()  | 
void | 
fakeParagraph(boolean nested)  | 
void | 
fillCustomRec(int x,
             int y,
             int width,
             int height,
             int[] r1,
             int[] r2)  | 
void | 
fillOval(float x,
        float y,
        float width,
        float height)  | 
void | 
fillPolygon(int[] xpoints,
           int[] ypoints,
           int i)  | 
void | 
fillRect(CachedImage tile,
        int x,
        int y,
        int w,
        int h,
        int shiftX,
        int shiftY,
        int id)  | 
void | 
fillRect(Gradient gradient,
        int x,
        int y,
        int w,
        int h)  | 
void | 
fillRect(int x,
        int y,
        int width,
        int height)  | 
boolean | 
generateForms()  | 
Color | 
getBackground()  | 
Color | 
getColor()  | 
Object | 
getRenderingHint(RenderingHints.Key key)  | 
boolean | 
isRtf()  | 
void | 
lineBreak()  | 
void | 
pageBreak()  | 
void | 
pass(int no)  | 
void | 
popGContext()  | 
void | 
pushGContext()  | 
void | 
resetClip()  | 
void | 
resetOpacity()  | 
void | 
rtlMode(boolean enable,
       boolean paragraph)  | 
void | 
setBackground(Color c)  | 
void | 
setCellBackground(Color c)  | 
void | 
setClip(int x,
       int y,
       int width,
       int height)  | 
void | 
setClip(Shape shape)  | 
void | 
setColor(Color color)  | 
void | 
setDottedDashed(boolean dotted,
               boolean dashed)  | 
void | 
setFont(com.pd4ml.fonts.CachedFontMetrics font)  | 
void | 
setHAlignment(Style.TextAlign align)  | 
void | 
setHasTitlePage(boolean has)  | 
void | 
setHtmlPageMargins(int l,
                  int t,
                  int r,
                  int b)  | 
void | 
setOpacity(float opacity)  | 
void | 
setPaint(Color color)  | 
void | 
setRenderingHint(RenderingHints.Key key,
                Object value)  | 
void | 
setStroke(Stroke stroke)  | 
void | 
setVAlignment(String align)  | 
void | 
startCell(Context.StructTag type,
         boolean skip,
         float lineHeight,
         String title,
         float width,
         float height,
         String lang,
         String extras)  | 
void | 
startDecoration(int style)  | 
void | 
startDestination(String name)  | 
void | 
startFloat(boolean left,
          String title,
          float width,
          float height,
          String lang,
          String extras)  | 
void | 
startFooter(boolean firstPage)  | 
void | 
startGroup()  | 
void | 
startHeader(boolean firstPage)  | 
void | 
startHyperlink(String url,
              boolean decorated,
              String title,
              float width,
              float height,
              int id,
              String lang,
              String extras)  | 
void | 
startList(boolean ordered,
         int type,
         int hash,
         String title,
         float width,
         float height,
         String lang,
         String extras)  | 
void | 
startListItem(int level,
             boolean ordered,
             String num,
             int hash,
             String title,
             float width,
             float height,
             String lang,
             String extras)  | 
void | 
startNewPage(int pageNum,
            PageSize newFormat,
            TargetRenderer targetRenderer,
            float scale,
            int topY,
            int bottomY,
            float headerHeight,
            float footerHeight,
            float footnotesHeight)  | 
void | 
startPageBackgroundMode()  | 
void | 
startPageMarkupMode(float availableHeight)  | 
void | 
startParagraph(boolean nomargin,
              int leftMargin,
              int topMargin,
              int rightMargin,
              int bottomMargin,
              float lineHeight,
              Color bgColor,
              String title,
              float width,
              float height,
              String lang,
              String extras)  | 
void | 
startPre()  | 
void | 
startRow(com.pd4ml.rtf.TableCellDescription[] cells,
        Color background,
        boolean keepTableTogether,
        boolean keepRowTogether,
        boolean headerRow,
        String title,
        float width,
        float height,
        String lang,
        String extras)  | 
void | 
startTable(Color background,
          boolean noLeadingBreak,
          float width,
          float height,
          int leftMargin,
          int topMargin,
          int rightMargin,
          int bottomMargin,
          String title,
          String lang,
          String extras)  | 
void | 
startWatermarkMode(float availableHeight)  | 
String | 
startWatermarkOutput(float x,
                    float y,
                    PageSize pageSize,
                    float scale,
                    float opacity,
                    float wmscale,
                    float angle,
                    boolean print,
                    boolean screen)  | 
void | 
suspendParagraph()  | 
void | 
writeDocument(OutputStream os)  | 
addDiagnostics, applyMatrix, destinationReferenced, endArtifact, endImage, endList, endTableSection, endText, forcePageOffsetRecalc, generateBookmarksFromAnchors, generateBookmarksFromHeadings, getAbsYOffset, getAbsYOffsetOfPageTop, getBase, getCurrentPageNumber, getCurrentTransform, getOffsetOnPage, getStrokeWidth, getYOffsetOnPage, isAdjustPositionToLineWidth, isInternalLink, isInUnitTestMode, linkHasLocalDestination, monitorProgressWith, onLastPage, recalcAndGetAbsYOffset, registerDestination, registerLink, reset, resetWidth, rotate, runHandler, setAdjustPositionToLineWidth, setAuthorName, setBase, setCustomMetadataRecords, setDescription, setDocumentTitle, setGenerateForms, setInitialPageNumber, setKeywords, setNewWidth, setPageMarkupMode, setSubject, simulateNewPage, startArtifact, startImage, startsOnPreviousPage, startTableSection, startText, toStringaddAbsWrapper, addPageBreak, addPageBreak, addPageNumberRendererRow, alreadyHasPagebreak, buildDestinationPageMap, callDepth, clean, cleanAndResetOffset, countryCodeValid, currentContainer, decreasePageHeight, enterContainer, exitContainer, getAbsWrapper, getContainerWidth, getFullPageHeight, getLastPageBreakOffset, getMaxPageNum, getNewID, getPageHeight, getPageWidth, getRemainingSpaceInRow, hasTocTable, inArtifact, isByPageMarkup, isFlag, needsAnchosrLookup, normalizePageBreaks, pageBreaksCount, registerTocDestination, removePagebreaksBelow, resetIdCounter, resetNewContainerWidth, setFlag, setHasTocTable, setHorizontalExtent, setLang, setNeedsAnchosrLookup, setNewContainerWidth, setNewHtmlWidth, setPageHeight, setPageWidth, setRemainingSpaceInRow, sortPageBreaks, testTermination, usesAwtpublic String type
public RtfRenderContext(PD4ML pd4ml, TargetRenderer targetRenderer, OutputStream os, float containerWidth, float containerHeight, PageSize paperFormat, PageMargins insets, String type, boolean idle, Vector<StatusMessage> statusMessages, com.pd4ml.util.GOST.Auth license, boolean convertImgToWmf, com.pd4ml.cache.FileCache cache)
public void setHasTitlePage(boolean has)
public void startNewPage(int pageNum,
                         PageSize newFormat,
                         TargetRenderer targetRenderer,
                         float scale,
                         int topY,
                         int bottomY,
                         float headerHeight,
                         float footerHeight,
                         float footnotesHeight)
startNewPage in class TargetRenderContextpublic void startHeader(boolean firstPage)
startHeader in class TargetRenderContextpublic void endHeader()
endHeader in class TargetRenderContextpublic void startFooter(boolean firstPage)
startFooter in class TargetRenderContextpublic void endFooter()
endFooter in class TargetRenderContextpublic void adjustPageScaleParams()
adjustPageScaleParams in class TargetRenderContextpublic void startPageBackgroundMode()
startPageBackgroundMode in class TargetRenderContextpublic void startWatermarkMode(float availableHeight)
startWatermarkMode in class TargetRenderContextpublic void startPageMarkupMode(float availableHeight)
startPageMarkupMode in class TargetRenderContextpublic void endCurrentPaintMode()
endCurrentPaintMode in class TargetRenderContextpublic boolean generateForms()
generateForms in class TargetRenderContextpublic void fillRect(Gradient gradient, int x, int y, int w, int h)
fillRect in class TargetRenderContextpublic void fillRect(CachedImage tile, int x, int y, int w, int h, int shiftX, int shiftY, int id)
fillRect in class TargetRenderContextpublic Color getColor()
getColor in class TargetRenderContextpublic void setColor(Color color)
setColor in class TargetRenderContextpublic void setClip(int x,
                    int y,
                    int width,
                    int height)
setClip in class TargetRenderContextpublic void setClip(Shape shape)
setClip in class TargetRenderContextpublic void resetClip()
resetClip in class TargetRenderContextpublic Object getRenderingHint(RenderingHints.Key key)
getRenderingHint in class TargetRenderContextpublic void setRenderingHint(RenderingHints.Key key, Object value)
setRenderingHint in class TargetRenderContextpublic void setPaint(Color color)
setPaint in class TargetRenderContextpublic void setStroke(Stroke stroke)
setStroke in class TargetRenderContextpublic void setOpacity(float opacity)
setOpacity in class TargetRenderContextpublic void resetOpacity()
resetOpacity in class TargetRenderContextpublic void drawLine(int x1,
                     int y1,
                     int x2,
                     int y2)
drawLine in class TargetRenderContextpublic void draw(Shape path)
draw in class TargetRenderContextpublic void drawRect(int x,
                     int y,
                     int width,
                     int height)
drawRect in class TargetRenderContextpublic void drawOval(float x,
                     float y,
                     float width,
                     float height)
drawOval in class TargetRenderContextpublic void fillPolygon(int[] xpoints,
                        int[] ypoints,
                        int i)
fillPolygon in class TargetRenderContextpublic void drawCustomRect(int x,
                           int y,
                           int width,
                           int height,
                           int[] r1,
                           int[] r2,
                           boolean doubleBorder)
drawCustomRect in class TargetRenderContextpublic void clipCustomRec(int x,
                          int y,
                          int width,
                          int height,
                          int[] r1,
                          int[] r2)
clipCustomRec in class TargetRenderContextpublic void fillCustomRec(int x,
                          int y,
                          int width,
                          int height,
                          int[] r1,
                          int[] r2)
fillCustomRec in class TargetRenderContextpublic void drawCurvedLine(int x,
                           int y,
                           int width,
                           int height,
                           int i,
                           int correctionX,
                           int correctionY,
                           int[] r1,
                           int[] r2,
                           int bt,
                           int bb,
                           boolean doubleBorder)
drawCurvedLine in class TargetRenderContextpublic void fillRect(int x,
                     int y,
                     int width,
                     int height)
fillRect in class TargetRenderContextpublic void fillOval(float x,
                     float y,
                     float width,
                     float height)
fillOval in class TargetRenderContextpublic void setFont(com.pd4ml.fonts.CachedFontMetrics font)
setFont in class TargetRenderContextpublic void rtlMode(boolean enable,
                    boolean paragraph)
rtlMode in class TargetRenderContextpublic void startGroup()
startGroup in class TargetRenderContextpublic void endGroup()
endGroup in class TargetRenderContextpublic void drawString(String str, int x, int y)
drawString in class TargetRenderContextpublic void drawString(String str, float x, float y)
drawString in class TargetRenderContextpublic void drawImage(CachedImage img, int x, int y, int scaledWidth, int scaledHeight, int id, String title, String alt, String lang, String extras, boolean taggedOutput)
drawImage in class TargetRenderContextpublic void addBookmark(int level,
                        String label,
                        String destinationID,
                        Renderer originator)
addBookmark in class TargetRenderContextpublic void addDestination(float y,
                           String destinationID)
addDestination in class TargetRenderContextpublic void addAnnotation(BBox position, String description)
addAnnotation in class TargetRenderContextpublic void addHyperlink(BBox position, String href, URL base, String label)
addHyperlink in class TargetRenderContextpublic void addJavaScriptAction(String type, String code)
addJavaScriptAction in class TargetRenderContextpublic void embedAttachment(BBox position, com.pd4ml.cache.CachedItem item, String name, String description)
embedAttachment in class TargetRenderContextpublic void pushGContext()
pushGContext in class TargetRenderContextpublic void popGContext()
popGContext in class TargetRenderContextpublic void addFormElement(int type,
                           BBox position,
                           String value,
                           String name,
                           boolean checked,
                           List<TargetRenderContext.Option> options,
                           boolean multiselect,
                           boolean readOnly,
                           int size,
                           int align,
                           String formFont,
                           float fontSize,
                           String formFontCharRange,
                           String title,
                           String lang,
                           String extras)
addFormElement in class TargetRenderContextpublic void applyWatermarkToCurrentPage(String watermarkID, boolean rotated, String alt)
applyWatermarkToCurrentPage in class TargetRenderContextpublic String startWatermarkOutput(float x, float y, PageSize pageSize, float scale, float opacity, float wmscale, float angle, boolean print, boolean screen)
startWatermarkOutput in class TargetRenderContextpublic void endWatermarkOutput()
endWatermarkOutput in class TargetRenderContextpublic void setDottedDashed(boolean dotted,
                            boolean dashed)
setDottedDashed in class TargetRenderContextpublic void setHtmlPageMargins(int l,
                               int t,
                               int r,
                               int b)
setHtmlPageMargins in class TargetRenderContextpublic void startTable(Color background, boolean noLeadingBreak, float width, float height, int leftMargin, int topMargin, int rightMargin, int bottomMargin, String title, String lang, String extras)
startTable in class TargetRenderContextpublic void startRow(com.pd4ml.rtf.TableCellDescription[] cells,
                     Color background,
                     boolean keepTableTogether,
                     boolean keepRowTogether,
                     boolean headerRow,
                     String title,
                     float width,
                     float height,
                     String lang,
                     String extras)
startRow in class TargetRenderContextpublic void startCell(Context.StructTag type, boolean skip, float lineHeight, String title, float width, float height, String lang, String extras)
startCell in class TargetRenderContextpublic void endCell(boolean skip)
endCell in class TargetRenderContextpublic void endRow()
endRow in class TargetRenderContextpublic void endTable()
endTable in class TargetRenderContextpublic void startParagraph(boolean nomargin,
                           int leftMargin,
                           int topMargin,
                           int rightMargin,
                           int bottomMargin,
                           float lineHeight,
                           Color bgColor,
                           String title,
                           float width,
                           float height,
                           String lang,
                           String extras)
startParagraph in class TargetRenderContextpublic void endParagraph()
endParagraph in class TargetRenderContextpublic void suspendParagraph()
suspendParagraph in class TargetRenderContextpublic void fakeParagraph(boolean nested)
fakeParagraph in class TargetRenderContextpublic void endBlock()
endBlock in class TargetRenderContextpublic void startFloat(boolean left,
                       String title,
                       float width,
                       float height,
                       String lang,
                       String extras)
startFloat in class TargetRenderContextpublic void endFloat()
endFloat in class TargetRenderContextpublic void startPre()
startPre in class TargetRenderContextpublic void startList(boolean ordered,
                      int type,
                      int hash,
                      String title,
                      float width,
                      float height,
                      String lang,
                      String extras)
startList in class TargetRenderContextpublic void startListItem(int level,
                          boolean ordered,
                          String num,
                          int hash,
                          String title,
                          float width,
                          float height,
                          String lang,
                          String extras)
startListItem in class TargetRenderContextpublic void endListItem(Style.TextAlign align, boolean endsNestedList)
endListItem in class TargetRenderContextpublic void startHyperlink(String url, boolean decorated, String title, float width, float height, int id, String lang, String extras)
startHyperlink in class TargetRenderContextpublic void endHyperlink(boolean decorated,
                         int id)
endHyperlink in class TargetRenderContextpublic void startDestination(String name)
startDestination in class TargetRenderContextpublic void endDestination(String name)
endDestination in class TargetRenderContextpublic void startDecoration(int style)
startDecoration in class TargetRenderContextpublic void endDecoration(int style)
endDecoration in class TargetRenderContextpublic void setHAlignment(Style.TextAlign align)
setHAlignment in class TargetRenderContextpublic void setVAlignment(String align)
setVAlignment in class TargetRenderContextpublic void pageBreak()
pageBreak in class TargetRenderContextpublic void lineBreak()
lineBreak in class TargetRenderContextpublic void enable()
enable in class TargetRenderContextpublic void disable()
disable in class TargetRenderContextpublic void setBackground(Color c)
setBackground in class TargetRenderContextpublic Color getBackground()
getBackground in class TargetRenderContextpublic void setCellBackground(Color c)
setCellBackground in class TargetRenderContextpublic void pass(int no)
pass in class TargetRenderContextpublic void drawHorizontalRule(int height,
                               int width,
                               Style.TextAlign align)
drawHorizontalRule in class TargetRenderContextpublic void writeDocument(OutputStream os)
Revision 4.0.15 / 20220727-0149