Interface IPart
- All Known Implementing Classes:
AbstractPart,ControlPart
public interface IPart
-
Method Summary
Modifier and TypeMethodDescriptionStream<dev.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode>getInserts(Predicate<dev.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode> filter) getParts()dev.metaschema.core.datatype.markup.MarkupMultilinegetProse()
-
Method Details
-
getProse
dev.metaschema.core.datatype.markup.MarkupMultiline getProse() -
getParts
-
getInserts
@NonNull Stream<dev.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode> getInserts(@NonNull Predicate<dev.metaschema.core.datatype.markup.flexmark.InsertAnchorExtension.InsertAnchorNode> filter)
-