added position in attributes

This commit is contained in:
Dolan Miu
2016-05-18 17:09:26 +01:00
parent 42f5402551
commit b8e84c3680

View File

@ -91,6 +91,7 @@ interface AttributesProperties {
footer?: string;
gutter?: string;
linePitch?: string;
pos?: string;
}
export class Attributes extends XmlAttributeComponent {