public class CommonMarginBlock
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
Length |
endIndent |
The "end-indent" property.
|
Length |
marginBottom |
The "margin-bottom" property.
|
Length |
marginLeft |
The "margin-left" property.
|
Length |
marginRight |
The "margin-right" property.
|
Length |
marginTop |
The "margin-top" property.
|
SpaceProperty |
spaceAfter |
The "space-after" property.
|
SpaceProperty |
spaceBefore |
The "space-before" property.
|
Length |
startIndent |
The "start-indent" property.
|
Constructor | Description |
---|---|
CommonMarginBlock(PropertyList pList) |
Create a CommonMarginBlock object.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public Length marginTop
public Length marginBottom
public Length marginLeft
public Length marginRight
public SpaceProperty spaceBefore
public SpaceProperty spaceAfter
public Length startIndent
public Length endIndent
public CommonMarginBlock(PropertyList pList) throws PropertyException
pList
- The PropertyList with propery values.PropertyException
- if a property exception occursCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.