public class CommonMarginInline
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
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 |
spaceEnd |
The "space-end" property.
|
SpaceProperty |
spaceStart |
The "space-start" property.
|
Constructor | Description |
---|---|
CommonMarginInline(PropertyList pList) |
Create a CommonMarginInline object.
|
public Length marginTop
public Length marginBottom
public Length marginLeft
public Length marginRight
public SpaceProperty spaceStart
public SpaceProperty spaceEnd
public CommonMarginInline(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.