- Aggiornati margini.

- Cataloghi: Export ed Import di una pagine ed i suoi elementi !
This commit is contained in:
Surya Paolo
2024-12-13 18:10:04 +01:00
parent 29c59588c7
commit 8baf1e99f0
39 changed files with 752 additions and 141 deletions

View File

@@ -696,6 +696,7 @@ export interface IFont {
line_height?: number
posiz_text?: number
perc_text?: string
height?: string
}
export interface IBorder {
@@ -731,6 +732,7 @@ export interface IBarCode {
size?: ISize
font?: IFont
widthlines?: number
show_at_right?: boolean
}
export interface IPagina {
@@ -766,6 +768,7 @@ export interface IText {
contenuto?: string
maxlength?: number
font?: IFont
size?: ISize
}
export interface IElementiScheda {
@@ -784,6 +787,7 @@ export interface IMyScheda {
numschede_perRiga?: number
numschede_perCol?: number
show_separatore: boolean
testo_right_attaccato?: IText
testo_right?: IText
testo_bottom?: IText
barcode?: IBarCode,