Add floating image support and documentation
This commit is contained in:
@ -20,7 +20,7 @@ export class VerticalPosition extends XmlComponent {
|
||||
|
||||
this.root.push(
|
||||
new VerticalPositionAttributes({
|
||||
relativeFrom: verticalPosition.relative,
|
||||
relativeFrom: verticalPosition.relative || VerticalPositionRelativeFrom.PAGE,
|
||||
}),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user