UDocMetadata class
Constructors
-
UDocMetadata({String? title, String? author, String? subject, String? keywords, String? creator, String? producer, DateTime? creationDate, DateTime? modificationDate, String? language, String? publisher, String? identifier, String? series, double? seriesIndex, int pageCount = 0, String? version, bool tagged = false, bool linearized = false, bool encrypted = false, Map<String, String> custom = const <String, String>{}})
-
const
-
UDocMetadata.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({String? title, String? author, String? subject, String? keywords, String? creator, String? producer, DateTime? creationDate, DateTime? modificationDate, String? language, String? publisher, String? identifier, String? series, double? seriesIndex, int? pageCount, String? version, bool? tagged, bool? linearized, bool? encrypted, Map<String, String>? custom})
→ UDocMetadata
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, Object?>
-
-
toString()
→ String
-
A string representation of this object.
inherited