CPDFSoundAnnotation class annotations

Sound annotation model.

A sound/media annotation that extends CPDFAnnotation.

Key properties:

  • soundPath: Path or identifier for the associated audio resource.

Serialization:

Inheritance

Constructors

CPDFSoundAnnotation({String title = "", String content = "", DateTime? createDate, required int page, String uuid = '', required CPDFRectF rect, String? soundPath})
CPDFSoundAnnotation.fromJson(Map<String, dynamic> json)
factory

Properties

content String
getter/setter pairinherited
createDate DateTime?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
page int
finalinherited
rect CPDFRectF
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
soundPath String?
final
title String
getter/setter pairinherited
type CPDFAnnotationType
finalinherited
uuid String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited