EmfCommentPublicRecordType

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfCommentRecordType

public abstract class EmfCommentPublicRecordType extends EmfCommentRecordType

The EMR_COMMENT_PUBLIC record types specify extensions to EMF processing.

Methods

MethodDescription
getCommentIdentifier()Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data.
setCommentIdentifier(int value)Gets or sets a 32-bit unsigned integer that identifies this comment record as specifying public data.
getPublicCommentIdentifier()Gets or sets a 32-bit unsigned integer that identifies the type of public comment record.
setPublicCommentIdentifier(long value)Gets or sets a 32-bit unsigned integer that identifies the type of public comment record.

getCommentIdentifier()

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.

Returns: int

setCommentIdentifier(int value)

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.

Parameters:

ParameterTypeDescription
valueint

getPublicCommentIdentifier()

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.

Returns: long

setPublicCommentIdentifier(long value)

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.

Parameters:

ParameterTypeDescription
valuelong