public static class Fragment.CompositeSlice extends Object implements Fragment.Slice
| Constructor and Description |
|---|
CompositeSlice(String sliceType,
String label,
Fragment.Group repeat,
GroupDoc nonRepeat) |
| Modifier and Type | Method and Description |
|---|---|
String |
asHtml(LinkResolver linkResolver) |
String |
getLabel() |
GroupDoc |
getNonRepeat() |
Fragment.Group |
getRepeat() |
String |
getSliceType() |
public CompositeSlice(String sliceType, String label, Fragment.Group repeat, GroupDoc nonRepeat)
public String asHtml(LinkResolver linkResolver)
public String getSliceType()
getSliceType in interface Fragment.Slicepublic String getLabel()
getLabel in interface Fragment.Slicepublic Fragment.Group getRepeat()
public GroupDoc getNonRepeat()
Copyright © 2017. All rights reserved.