2019-07-25 19:43:46 +03:00
|
|
|
// Copyright 2017 FoxyUtils ehf. All rights reserved.
|
2017-08-28 20:56:18 -05:00
|
|
|
//
|
2017-09-09 10:21:47 -05:00
|
|
|
// DO NOT EDIT: generated by gooxml ECMA-376 generator
|
|
|
|
//
|
2017-08-28 20:56:18 -05:00
|
|
|
// Use of this source code is governed by the terms of the Affero GNU General
|
|
|
|
// Public License version 3.0 as published by the Free Software Foundation and
|
|
|
|
// appearing in the file LICENSE included in the packaging of this file. A
|
|
|
|
// commercial license can be purchased by contacting sales@baliance.com.
|
|
|
|
|
|
|
|
package lockedCanvas
|
|
|
|
|
2019-05-04 11:18:06 +03:00
|
|
|
import "github.com/unidoc/unioffice"
|
2017-08-28 20:56:18 -05:00
|
|
|
|
2017-09-01 15:19:23 -05:00
|
|
|
// init registers constructor functions for dynamically creating elements based off the XML namespace and name
|
2017-08-28 20:56:18 -05:00
|
|
|
func init() {
|
2019-05-04 13:54:29 +00:00
|
|
|
unioffice.RegisterConstructor("http://schemas.openxmlformats.org/drawingml/2006/lockedCanvas", "lockedCanvas", NewLockedCanvas)
|
2017-08-28 20:56:18 -05:00
|
|
|
}
|