public class EmfCommentPublicRecordType extends EmfCommentRecordType
The EMR_COMMENT_PUBLIC record types specify extensions to EMF processing.
EmfCommentRecordType.CommentIdentifierEnum
Constructor and Description |
---|
EmfCommentPublicRecordType(EmfCommentRecordType source)
Initializes a new instance of the
EmfCommentPublicRecordType class. |
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, setDataSize
getSize, getType, setSize, setType
deepClone_internalized
public EmfCommentPublicRecordType(EmfCommentRecordType source)
Initializes a new instance of the EmfCommentPublicRecordType
class.
source
- The source.public 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 EmfCommentRecordType
public 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 EmfCommentRecordType
public 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-2016 Aspose Pty Ltd. All Rights Reserved.