boldsign
Version:
NodeJS client for boldsign
16 lines (15 loc) • 363 B
TypeScript
export declare class TextTagOffset {
'offsetX'?: number;
'offsetY'?: number;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}