Uses of Interface
com.itextpdf.text.pdf.interfaces.IAccessibleElement

Packages that use IAccessibleElement
com.itextpdf.text   
com.itextpdf.text.pdf   
 

Uses of IAccessibleElement in com.itextpdf.text
 

Classes in com.itextpdf.text that implement IAccessibleElement
 class Chapter
          A Chapter is a special Section.
 class ChapterAutoNumber
          Chapter with auto numbering.
 class Chunk
          This is the smallest significant part of text that can be added to a document.
 class Document
          A generic Document class.
 class GreekList
          A special-version of LIST which use greek-letters.
 class Image
          An Image is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document
 class ImgCCITT
          CCITT Image data that has to be inserted into the document
 class ImgJBIG2
          Support for JBIG2 images.
 class ImgRaw
          Raw Image data that has to be inserted into the document
 class ImgTemplate
          PdfTemplate that has to be inserted into the document
 class ImgWMF
          An ImgWMF is the representation of a windows metafile that has to be inserted into the document
 class Jpeg
          An Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document
 class Jpeg2000
          An Jpeg2000 is the representation of a graphic element (JPEG) that has to be inserted into the document
 class List
          A List contains several ListItems.
 class ListBody
           
 class ListItem
          A ListItem is a Paragraph that can be added to a List.
 class ListLabel
           
 class Paragraph
          A Paragraph is a series of Chunks and/or Phrases.
 class RomanList
          A special-version of LIST which use roman-letters.
 class Section
          A Section is a part of a Document containing other Sections, Paragraphs, List and/or Tables.
 class ZapfDingbatsList
          A special-version of LIST which use zapfdingbats-letters.
 class ZapfDingbatsNumberList
          A special-version of LIST which use zapfdingbats-numbers (1..10).
 

Uses of IAccessibleElement in com.itextpdf.text.pdf
 

Classes in com.itextpdf.text.pdf that implement IAccessibleElement
 class PdfAppearance
          Implements the appearance stream to be used with form fields..
 class PdfArtifact
           
 class PdfDiv
          A special element to put a collection of elements at an absolute position.
 class PdfDocument
          PdfDocument is the class that is used by PdfWriter to translate a Document into a PDF with different pages.
 class PdfImportedPage
          Represents an imported page.
 class PdfPatternPainter
          Implements the pattern.
 class PdfPCell
          A cell in a PdfPTable.
 class PdfPHeaderCell
          Created by IntelliJ IDEA.
 class PdfPRow
          A row in a PdfPTable.
 class PdfPSXObject
          Implements the PostScript XObject.
 class PdfPTable
          This is a table that can be put at an absolute position but can also be added to the document as the class Table.
 class PdfPTableBody
           
 class PdfPTableFooter
           
 class PdfPTableHeader
           
 class PdfTemplate
          Implements the form XObject.
 

Fields in com.itextpdf.text.pdf declared as IAccessibleElement
protected  IAccessibleElement PdfChunk.accessibleElement
           
 

Methods in com.itextpdf.text.pdf that return types with arguments of type IAccessibleElement
protected  ArrayList<IAccessibleElement> PdfContentByte.getMcElements()
           
protected  ArrayList<IAccessibleElement> PdfContentByte.saveMCBlocks()
           
 

Methods in com.itextpdf.text.pdf with parameters of type IAccessibleElement
 void PdfContentByte.closeMCBlock(IAccessibleElement element)
           
 int ColumnText.go(boolean simulate, IAccessibleElement elementToGo)
           
 void PdfContentByte.openMCBlock(IAccessibleElement element)
           
 void PdfStructureElement.writeAttributes(IAccessibleElement element)
           
 

Method parameters in com.itextpdf.text.pdf with type arguments of type IAccessibleElement
protected  void PdfContentByte.restoreMCBlocks(ArrayList<IAccessibleElement> mcElements)
           
protected  void PdfContentByte.setMcElements(ArrayList<IAccessibleElement> value)
           
 



Copyright © 2013. All Rights Reserved.