Generated by
JDiff

All Documentation Differences

Package com.itextpdf.kernel.pdf
  Class EncryptionProperties
    Method setPublicKeyEncryption(Certificate[], int[], int)
    Method setStandardEncryption(byte[], byte[], int, int)

  Class PdfEncryption
    PdfEncryption(Certificate[], int[], int, PdfVersion)
    PdfEncryption(byte[], byte[], int, int, byte[], PdfVersion)

  Class PdfObject
    Method setModified()

  Class PdfPage
    Method getNextMcid()

  Class PdfReader
    Method computeUserPassword()
    Method getCryptoMode()
    Method getLastXref()
    Method getModifiedFileId()
    Method getOriginalFileId()
    Method getPermissions()
    Method hasFixedXref()
    Method hasHybridXref()
    Method hasRebuiltXref()
    Method hasXrefStm()
    Method isOpenedWithFullPermission()

  Class WriterProperties
    Method addUAXmpMetadata()
    Method addXmpMetadata()
    Method setCompressionLevel(int)
    Method setFullCompressionMode(boolean)
    Method setInitialDocumentId(PdfString)
    Method setModifiedDocumentId(PdfString)
    Method setPdfVersion(PdfVersion)
    Method setPublicKeyEncryption(Certificate[], int[], int)
    Method setStandardEncryption(byte[], byte[], int, int)
    Method useDebugMode()
    Method useSmartMode()

Package com.itextpdf.kernel.pdf.annot
  Class PdfAnnotation
    Method getTitle()

Package com.itextpdf.kernel.pdf.canvas.parser.data
  Class TextRenderInfo
    Method getAscentLine()
    Method getDescentLine()

Package com.itextpdf.kernel.utils
  Class CompareTool

  Class CompareTool.CompareResult
    CompareTool.CompareResult(int)
    Method getDifferences()
    Method getErrorCount()
    Method getReport()
    Method isOk()

  Class CompareTool.ObjectPath
    Method resetDirectPath(PdfIndirectReference, PdfIndirectReference)

  Class CompareTool
    Method compareByCatalog(PdfDocument, PdfDocument)
    Method compareByContent(String, String, String)
    Method compareByContent(String, String, String, String)
    Method compareByContent(String, String, String, String, Map>)
    Method compareByContent(String, String, String, String, Map>, byte[], byte[])
    Method compareByContent(String, String, String, String, byte[], byte[])
    Method compareDictionariesStructure(PdfDictionary, PdfDictionary)
    Method compareDictionariesStructure(PdfDictionary, PdfDictionary, Set)
    Method compareDocumentInfo(String, String)
    Method compareDocumentInfo(String, String, byte[], byte[])
    Method compareLinkAnnotations(String, String)
    Method compareTagStructures(String, String)
    Method compareVisually(String, String, String, String)
    Method compareVisually(String, String, String, String, Map>)
    Method compareXmp(String, String)
    Method compareXmp(String, String, boolean)
    Method disableCachedPagesComparison()
    Method enableEncryptionCompare()
    Method getCmpReaderProperties()
    Method getOutReaderProperties()
    Method setGenerateCompareByContentXmlReport(boolean)

Package com.itextpdf.layout
  Class Style
    Method getMarginBottom()
    Method getMarginLeft()
    Method getMarginRight()
    Method getMarginTop()
    Method getPaddingBottom()
    Method getPaddingLeft()
    Method getPaddingRight()
    Method getPaddingTop()
    Method isKeepTogether()
    Method setKeepTogether(boolean)
    Method setMarginBottom(float)
    Method setMarginLeft(float)
    Method setMarginRight(float)
    Method setMarginTop(float)
    Method setMargins(float, float, float, float)
    Method setMaxHeight(float)
    Method setMaxWidth(float)
    Method setMinHeight(float)
    Method setMinWidth(float)
    Method setPaddingBottom(float)
    Method setPaddingLeft(float)
    Method setPaddingRight(float)
    Method setPaddingTop(float)
    Method setPaddings(float, float, float, float)
    Method setSpacingRatio(float)

Package com.itextpdf.layout.element
  Class BlockElement
    Method setMaxWidth(float)
    Method setMinHeight(float)
    Method setMinWidth(float)
    Method setSpacingRatio(float)

Package com.itextpdf.layout.font
  Class FontInfo
    Method getFontData()

  Class FontSelector
    FontSelector(Collection, List, FontCharacteristics)

  Class FontSet
    Method getFonts()
    Method getFonts(FontSet)

  Class Range
    Method contains(int)

  Class RangeBuilder
    RangeBuilder(char)
    RangeBuilder(char, char)
    RangeBuilder(int)
    RangeBuilder(int, int)
    Method addRange(char)
    Method addRange(char, char)
    Method addRange(int)
    Method addRange(int, int)

Package com.itextpdf.styledxmlparser.css.util
  Class CssUtils
    Method isMetricValue(String)
    Method isNumericValue(String)
    Method isRemValue(String)

Package com.itextpdf.svg.renderers.impl
  Class EllipseSvgNodeRenderer
    Method setParameters()

  Class PolylineSvgNodeRenderer
    Method doDraw(SvgDrawContext)