geraluca
geraluca
docux.Sections(0).Margins.Bottom = 10 docux.Sections(0).Margins.Top = 10 docux.Sections(0).Margins.Left = 600 docux.Sections(0).Margins.Right = 600 this is my code, if top and bottom change the value, the top and bottom margins don't change,...
docux.Settings.FontFamily = "Arial" docux.Settings.FontSize = 9 if I place a font in the document and then in a cell or in a paragraph I want to use a different fontsize...
i use visual studio, when i load the code docux.AddHeadersAndFooters() then obviously I get an image in the header and a text in the footers, this doesn't allow me to...
newfile = "myfile.doc" Using docux As WordDocument = Create(Application.StartupPath() & newfile) docux.Sections(0).Margins.Bottom = 10 docux.Sections(0).Margins.Top = 10 docux.Sections(0).Margins.Left = 600 docux.Sections(0).Margins.Right = 600 docux.Settings.FontFamily = "Arial" docux.Settings.FontSize = 9 docux.AddHeadersAndFooters()...
Double footers is an error, optionally the first paragraph or the second. What I would like to achieve is to gain space for the texts, I would like to decrease...
 I meant as in the example image
OK, too bad. Two other simple questions, a) how to set the rows to be shown to 25 by default b) how to set the column titles only in the...