public class LayoutMasterProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LayoutMasterProperties.Builder
Configuration class for a ConfigurableLayoutMaster
|
Modifier and Type | Method and Description |
---|---|
boolean |
duplex()
Gets the duplex value.
|
TextBorderStyle |
getBorder()
Gets the page border to use
|
int |
getFlowWidth()
Gets the width available for the text body.
|
int |
getInnerMargin()
Gets the width of the inner margin, in characters.
|
int |
getOuterMargin()
Gets the width of the outer margin, in characters.
|
int |
getPageHeight()
Gets the page height, in characters.
|
int |
getPageWidth()
Gets the page width, in characters.
|
float |
getRowSpacing()
Gets the row spacing, in character heights.
|
public int getPageWidth()
public int getPageHeight()
public int getFlowWidth()
public int getInnerMargin()
public int getOuterMargin()
public float getRowSpacing()
public boolean duplex()
public TextBorderStyle getBorder()