Class ClassicChunk

  • All Implemented Interfaces:
    PdfChunk
    Direct Known Subclasses:
    ClassicTextChunk

    public class ClassicChunk
    extends java.lang.Object
    implements PdfChunk
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.lowagie.text.Chunk chunk  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lowagie.text.Chunk getChunk()  
      void setAnchor​(java.lang.String reference)  
      void setJavaScriptAction​(java.lang.String script)  
      void setLocalDestination​(java.lang.String anchorName)  
      void setLocalGoto​(java.lang.String anchor)  
      void setRemoteGoto​(java.lang.String reference, int page)  
      void setRemoteGoto​(java.lang.String reference, java.lang.String anchor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • chunk

        protected com.lowagie.text.Chunk chunk
    • Constructor Detail

      • ClassicChunk

        public ClassicChunk​(ClassicPdfProducer pdfProducer,
                            com.lowagie.text.Chunk chunk)
    • Method Detail

      • getChunk

        public com.lowagie.text.Chunk getChunk()
      • setLocalDestination

        public void setLocalDestination​(java.lang.String anchorName)
        Specified by:
        setLocalDestination in interface PdfChunk
      • setJavaScriptAction

        public void setJavaScriptAction​(java.lang.String script)
        Specified by:
        setJavaScriptAction in interface PdfChunk
      • setAnchor

        public void setAnchor​(java.lang.String reference)
        Specified by:
        setAnchor in interface PdfChunk
      • setLocalGoto

        public void setLocalGoto​(java.lang.String anchor)
        Specified by:
        setLocalGoto in interface PdfChunk
      • setRemoteGoto

        public void setRemoteGoto​(java.lang.String reference,
                                  java.lang.String anchor)
        Specified by:
        setRemoteGoto in interface PdfChunk
      • setRemoteGoto

        public void setRemoteGoto​(java.lang.String reference,
                                  int page)
        Specified by:
        setRemoteGoto in interface PdfChunk