Documentation ¶
Index ¶
- Variables
- func NewModel(name string) _g.Model
- type Model
- func (_ee *Model) Can(nsName string) bool
- func (_db *Model) CanTag(tag string) bool
- func (_aa *Model) GetTag(tag string) (string, error)
- func (_d *Model) Namespaces() _g.NamespaceList
- func (_gc *Model) SetTag(tag, value string) error
- func (_fa *Model) SyncFromXMP(d *_g.Document) error
- func (_gfe *Model) SyncModel(d *_g.Document) error
- func (_gb *Model) SyncToXMP(d *_g.Document) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Namespace = _g.NewNamespace("\u0070\u0064\u0066\u0061\u0069\u0064", "\u0068\u0074\u0074p\u003a\u002f\u002f\u0077w\u0077\u002e\u0061\u0069\u0069\u006d\u002eo\u0072\u0067\u002f\u0070\u0064\u0066\u0061\u002f\u006e\u0073\u002f\u0069\u0064\u002f", NewModel)
View Source
var Schema = _gf.Schema{NamespaceURI: Namespace.URI, Prefix: Namespace.Name, Schema: "\u0050D\u0046/\u0041\u0020\u0049\u0044\u0020\u0053\u0063\u0068\u0065\u006d\u0061", Property: []_gf.Property{{Category: _gf.PropertyCategoryInternal, Description: "\u0050\u0061\u0072\u0074 o\u0066\u0020\u0050\u0044\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064", Name: "\u0070\u0061\u0072\u0074", ValueType: _gf.ValueTypeNameInteger}, {Category: _gf.PropertyCategoryInternal, Description: "A\u006d\u0065\u006e\u0064\u006d\u0065n\u0074\u0020\u006f\u0066\u0020\u0050\u0044\u0046\u002fA\u0020\u0073\u0074a\u006ed\u0061\u0072\u0064", Name: "\u0061\u006d\u0064", ValueType: _gf.ValueTypeNameText}, {Category: _gf.PropertyCategoryInternal, Description: "C\u006f\u006e\u0066\u006f\u0072\u006da\u006e\u0063\u0065\u0020\u006c\u0065v\u0065\u006c\u0020\u006f\u0066\u0020\u0050D\u0046\u002f\u0041\u0020\u0073\u0074\u0061\u006e\u0064\u0061r\u0064", Name: "c\u006f\u006e\u0066\u006f\u0072\u006d\u0061\u006e\u0063\u0065", ValueType: _gf.ValueTypeNameText}}, ValueType: nil}
Functions ¶
Types ¶
type Model ¶
Model is the XMP model for the PdfA metadata.
func (*Model) Namespaces ¶
func (_d *Model) Namespaces() _g.NamespaceList
Namespaces implements xmp.Model interface.
func (*Model) SyncFromXMP ¶
SyncFromXMP implements xmp.Model interface.
Click to show internal directories.
Click to hide internal directories.