You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am generating a word document. I need to change the page orientation of the word file - generally it would be A4/ Potrait , i want to have it as A3/Landscape to accommodate my table. Is it possible to implement with OfficeGen ??
Table size is not changing
I tried below code. Kindly check the same
var tableStyle = {
tableColWidth: 4210, // This is not working
tableSize: 90, // This is not working
tableColor: "ada",
tableAlign: "center",
tableFontFamily: "Arial",
}
Kindly let me know the fixes for both the issues
The text was updated successfully, but these errors were encountered:
I am generating a word document. I need to change the page orientation of the word file - generally it would be A4/ Potrait , i want to have it as A3/Landscape to accommodate my table. Is it possible to implement with OfficeGen ??
Table size is not changing
I tried below code. Kindly check the same
var tableStyle = {
tableColWidth: 4210, // This is not working
tableSize: 90, // This is not working
tableColor: "ada",
tableAlign: "center",
tableFontFamily: "Arial",
}
Kindly let me know the fixes for both the issues
The text was updated successfully, but these errors were encountered: