pro.verron.officestamper.api.Comment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of engine Show documentation
Show all versions of engine Show documentation
Office-stamper is a Java template engine for docx documents, forked from org.wickedsource.docx-stamper
The newest version!
package pro.verron.officestamper.api;
import org.docx4j.openpackaging.packages.WordprocessingMLPackage;
import org.docx4j.wml.*;
import java.util.List;
import java.util.Set;
/**
* The Comment interface provides methods for managing comments in a document.
*/
public interface Comment {
/**
* Retrieves the parent of the comment.
*
* @return the parent of the comment
*/
ContentAccessor getParent();
/**
* Retrieves the elements in the document that are between the comment range anchors.
*
* @return a list of objects representing the elements between the comment range anchors.
*/
List