Skip to content

Commit

Permalink
PDFBOX-5660: improve javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1921673 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Oct 30, 2024
1 parent 42a1246 commit 7102f43
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.apache.pdfbox.cos.COSObject;
import org.apache.pdfbox.pdmodel.PDPage;
import org.apache.pdfbox.pdmodel.documentinterchange.markedcontent.PDMarkedContent;
import org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf.StandardStructureTypes;

/**
* A structure element.
Expand All @@ -45,8 +46,9 @@ public class PDStructureElement extends PDStructureNode
/**
* Constructor with required values.
*
* @param structureType the structure type
* @param parent the parent structure node
* @param structureType The structure type. Constants are available in the
* {@link StandardStructureTypes} class.
* @param parent The parent structure node.
*/
public PDStructureElement(String structureType, PDStructureNode parent)
{
Expand Down

0 comments on commit 7102f43

Please sign in to comment.