Class PageStyleBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aslayoutdata.data.PageStyleBuilder
-
-
Constructor Summary
Constructors Constructor Description PageStyleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageStylebuild()PageStyleBuildercss(String aValue)Sets the value of the css attribute.PageStyleBuilderdescription(String aValue)Sets the value of the description attribute.PageStyleBuildername(String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public PageStyleBuilder name(String aValue)
Sets the value of the name attribute.
-
css
public PageStyleBuilder css(String aValue)
Sets the value of the css attribute.
-
description
public PageStyleBuilder description(String aValue)
Sets the value of the description attribute.
-
-