public final class RegistrationMarkAnnotation extends PrinterMarkAnnotation
Represents a Registration Mark annotation.
Registration marks are symbols added to printing plates or screens to ensure proper alignment of colors during the printing process.
Constructor and Description |
---|
RegistrationMarkAnnotation(Page page,
PrinterMarkSidePosition position)
Initializes a new instance of the
RegistrationMarkAnnotation class on the given page in the given location. |
Modifier and Type | Method and Description |
---|---|
void |
accept(AnnotationSelector visitor)
Accepts visitor for annotation processing.
|
AnnotationType |
getAnnotationType()
Gets type of annotation.
|
PrinterMarkSidePosition |
getPosition()
Gets or sets the position of the registration mark on a page.
|
void |
setPosition(PrinterMarkSidePosition value)
Gets or sets the position of the registration mark on a page.
|
addPrinterMarks, addPrinterMarks
changeAfterResize, createAnnotation, flatten, getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getPageIndex, getPdfActions, getRect, getRectangle, getStates, getTextHorizontalAlignment, getWidth, initialize, isUpdateAppearanceOnConvert, isUseFontSubset, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setRect, setTextHorizontalAlignment, setUpdateAppearanceOnConvert, setUseFontSubset, setWidth
deepClone, getHorizontalAlignment, getHyperlink, getMargin, getVerticalAlignment, getZIndex, isFirstParagraphInColumn, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment, setZIndex
public RegistrationMarkAnnotation(Page page, PrinterMarkSidePosition position)
Initializes a new instance of the RegistrationMarkAnnotation
class on the given page in the given location.
page
- The page with which the annotation will be associated.position
- Position of the annotation on the page.public final PrinterMarkSidePosition getPosition()
Gets or sets the position of the registration mark on a page.
public final void setPosition(PrinterMarkSidePosition value)
Gets or sets the position of the registration mark on a page.
value
- PrinterMarkSidePosition elementpublic AnnotationType getAnnotationType()
Gets type of annotation.
getAnnotationType
in class Annotation
AnnotationType
public void accept(AnnotationSelector visitor)
Accepts visitor for annotation processing.
accept
in class Annotation
visitor
- AnnotationSelector object.Copyright © 2025 Aspose. All Rights Reserved.