aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/PICF.java
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2025-07-15 11:05:17 +0200
committerGitHub <noreply@github.com>2025-07-15 10:05:17 +0100
commit73b2874824d1314b5ff0a5a6c36493ba23620c70 (patch)
tree52c312be07a997885e68c4e5079923f89054d4a3 /poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/PICF.java
parentd4fc5cd6c08338a4132a6348ee1b1b077f9527b8 (diff)
downloadpoi-trunk.tar.gz
poi-trunk.zip
Add getters and setters for XWPFTable indentation. (#843)HEADtrunk
* Add getters and setters for XWPFTable indentation. The element tblPr->tblInd represents "table indent from leading margin". It specifies the indentation which shall be added before the leading edge of the current table in the document (the left edge in a left-to-right table, and the right edge in a right-to-left table). This indentation should shift the table into the text margin by the specified amount. This value is specified in the units applied via its type attribute. Any width value of type pct or auto for this element shall be ignored. If this element is omitted, then the table shall inherit the table indentation from the associated table style. If table indentation is never specified in the style hierarchy, no indentation shall be added to the parent table. If the resulting justification on any table row is not left, then this property shall be ignored. To implement this property, we included a getter and a setter for the property value, and another couple of getter/setter for the existence (and validity) or absence of the property itself, for clients to know they must fall back to the table style. * Address reviewer comments.
Diffstat (limited to 'poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/PICF.java')
0 files changed, 0 insertions, 0 deletions