java.lang.Object
org.sejda.sambox.pdmodel.documentinterchange.markedcontent.PDPropertyList
All Implemented Interfaces:
COSObjectable
Direct Known Subclasses:
PDOptionalContentGroup, PDOptionalContentMembershipDictionary

public class PDPropertyList extends Object implements COSObjectable
A property list is a dictionary containing private information meaningful to the conforming writer creating the marked content.
  • Field Details

  • Constructor Details

    • PDPropertyList

      protected PDPropertyList()
      Constructor for subclasses.
    • PDPropertyList

      protected PDPropertyList(COSDictionary dict)
      Constructor for subclasses.
  • Method Details