/** * */ package org.openntf.domino.ext; /** * @author withersp * * OpenNTF extensions to RichTextItem class */ public interface RichTextItem { /** * Sets the underlying document dirty. */ public void markDirty(); }