public class CommonMarginBlock
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
CommonMarginBlock(PropertyList pList)
Create a CommonMarginBlock object.
|
Modifier and Type | Method and 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-2017 The Apache Software Foundation. All Rights Reserved.