Package ai.extend.types
Interface ParentSplit.StartPageStage
-
- All Known Implementing Classes:
ParentSplit.Builder
- Enclosing class:
- ParentSplit
public static interface ParentSplit.StartPageStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentSplit.EndPageStagestartPage(int startPage)The start page of the split.
-
-
-
Method Detail
-
startPage
ParentSplit.EndPageStage startPage(int startPage)
The start page of the split.
-
-