diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/FObj.java')
-rw-r--r-- | src/java/org/apache/fop/fo/FObj.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/FObj.java b/src/java/org/apache/fop/fo/FObj.java index 9aefe68ab..a1a25e8b7 100644 --- a/src/java/org/apache/fop/fo/FObj.java +++ b/src/java/org/apache/fop/fo/FObj.java @@ -202,6 +202,8 @@ public class FObj extends FONode implements Constants { * Convenience method to quickly obtain the length value of a property * for this FO, without querying for the propertyList first. * Meaningful only for properties having a length representation + * Note: getValue() only correct after resolution completed, therefore + * should be called only in layout manager code. * @param propId - the Constants ID of the desired property to obtain * @return the length value of the property value */ @@ -358,8 +360,8 @@ public class FObj extends FONode implements Constants { /** * Check if this formatting object generates reference areas. - * * @return true if generates reference areas + * @todo see if needed */ public boolean generatesReferenceAreas() { return false; |