Package ai.extend.types
Interface CitationPage._FinalStage
-
- All Known Implementing Classes:
CitationPage.Builder
- Enclosing class:
- CitationPage
public static interface CitationPage._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CitationPagebuild()CitationPage._FinalStageheight(java.lang.Double height)CitationPage._FinalStageheight(java.util.Optional<java.lang.Double> height)The height of the page in points.CitationPage._FinalStagewidth(java.lang.Double width)CitationPage._FinalStagewidth(java.util.Optional<java.lang.Double> width)The width of the page in points.
-
-
-
Method Detail
-
build
CitationPage build()
-
width
CitationPage._FinalStage width(java.util.Optional<java.lang.Double> width)
The width of the page in points.
-
width
CitationPage._FinalStage width(java.lang.Double width)
-
height
CitationPage._FinalStage height(java.util.Optional<java.lang.Double> height)
The height of the page in points.
-
height
CitationPage._FinalStage height(java.lang.Double height)
-
-