docx-rs/docx-wasm/js/json/bindings/FrameProperty.ts

2 lines
218 B
TypeScript

export interface FrameProperty { h?: number, hRule?: string, hAnchor?: string, hSpace?: number, vAnchor?: string, vSpace?: number, w?: number, wrap?: string, x?: number, xAlign?: string, y?: number, yAlign?: string, }