Skip to content

Commit

Permalink
Also padding and border values are supported by the Box Tracking API.
Browse files Browse the repository at this point in the history
  • Loading branch information
csant committed Jun 30, 2023
1 parent 9cb485d commit fa3e729
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,20 @@ The [`PDF.pages`](js-support.md#window.PDF.pages) array mentioned earlier (see [
baseline = the y-coordinate of the baseline of the box,
ie. the line that the text rests on, in pt -
applies only to inline boxes
marginTop
marginRight
marginBottom
marginLeft = the used values for margins
paddingTop
paddingRight
paddingBottom
paddingLeft = the used values for paddings
borderTop
borderRight
borderBottom
borderLeft = the used values for borders
floatPosition = "TOP" | "BOTTOM"
children = array of child boxes
parent = parent box
Expand Down

0 comments on commit fa3e729

Please sign in to comment.