public static class Page.Properties.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Page.Properties.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Page.Properties.Builder |
add(java.lang.String property)
Add property you need
|
Page.Properties.Builder |
add(java.lang.String property,
Attributes attributes)
Add property and attribute you need
|
Page.Properties |
build() |
public Page.Properties.Builder add(java.lang.String property)
property - The property of the pagePage.Properties.FOUNDEDPage.Properties.Builderpublic Page.Properties.Builder add(java.lang.String property, Attributes attributes)
property - The property of the pagePage.Properties.PICTUREattributes - For example: picture can have type,width and heightPage.Properties.Builderpublic Page.Properties build()