Uses of Interface
de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks.Mark
-
-
Uses of Mark in de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks
Methods in de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks that return types with arguments of type Mark Modifier and Type Method Description List<Mark>Text. getMarks()Methods in de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks with parameters of type Mark Modifier and Type Method Description voidText. addMark(Mark mark)Method parameters in de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks with type arguments of type Mark Modifier and Type Method Description voidText. setMarks(List<Mark> marks) -
Uses of Mark in de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks
Classes in de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks that implement Mark Modifier and Type Class Description classMarkImplMethods in de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks that return types with arguments of type Mark Modifier and Type Method Description List<Mark>TextImpl. getMarks()Methods in de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks with parameters of type Mark Modifier and Type Method Description voidTextImpl. addMark(Mark mark)Method parameters in de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks with type arguments of type Mark Modifier and Type Method Description voidTextImpl. setMarks(List<Mark> marks)
-