public abstract class MCRElementTextContentHandlerBase
extends com.aspose.pdf.tagged.helpers.logicalstructure.MCRElementHandler
Base abstract handler for MCR text content elements (e.g., text fragments and headers).
| Constructor and Description |
|---|
MCRElementTextContentHandlerBase(MCRElement mcrElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCreatedElement() |
void |
preSave() |
void |
save() |
void |
setContent(String value)
Text content for marked-content reference element.
|
void |
setHyperlink(Hyperlink hyperlink) |
public MCRElementTextContentHandlerBase(MCRElement mcrElement)
public boolean isCreatedElement()
isCreatedElement in class com.aspose.pdf.tagged.helpers.logicalstructure.MCRElementHandlerpublic final void setContent(String value)
Text content for marked-content reference element.
Value: Text content for marked-content reference element.value - text content for marked-content reference element.public void setHyperlink(Hyperlink hyperlink)
setHyperlink in class com.aspose.pdf.tagged.helpers.logicalstructure.MCRElementHandlerpublic void preSave()
preSave in class com.aspose.pdf.tagged.helpers.logicalstructure.MCRElementHandlerpublic void save()
save in class com.aspose.pdf.tagged.helpers.logicalstructure.MCRElementHandlerCopyright © 2025 Aspose. All Rights Reserved.