public abstract class EmfCommentPublicRecordType extends EmfCommentRecordType
The EMR_COMMENT_PUBLIC record types specify extensions to EMF processing.
EmfCommentRecordType.CommentIdentifierEnum| Modifier and Type | Method and Description |
|---|---|
int |
getCommentIdentifier()
Gets or sets a 32-bit unsigned integer that identifies this comment record
as specifying public data.
|
long |
getPublicCommentIdentifier()
Gets or sets a 32-bit unsigned integer that identifies the type of
public comment record.
|
void |
setCommentIdentifier(int value)
Gets or sets a 32-bit unsigned integer that identifies this comment record
as specifying public data.
|
void |
setPublicCommentIdentifier(long value)
Gets or sets a 32-bit unsigned integer that identifies the type of
public comment record.
|
getDataSize, setDataSizepublic int getCommentIdentifier()
Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record.
getCommentIdentifier in class EmfCommentRecordTypepublic void setCommentIdentifier(int value)
Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data. The value 0x43494447, which is the ASCII string "CIDG", identifies this as an EMR_COMMENT_PUBLIC record.
setCommentIdentifier in class EmfCommentRecordTypepublic long getPublicCommentIdentifier()
Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server.
public void setPublicCommentIdentifier(long value)
Gets or sets a 32-bit unsigned integer that identifies the type of public comment record. This SHOULD be one of the values listed in the preceding table, which are specified in the EmrComment enumeration (section 2.1.10), unless additional public comment record types have been implemented on the print server.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.