asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum asdocx change table title font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Eric Melse
    Participant
    Post count: 7

    I have two questions about asdocx.

    It is possible to control the font size of the content of a table (output/results but not the title):

    But, I also would like to be able to control the size of the title of a table.
    Maybe using: fhs(#)

    All of this should apply to the Word and the Excel file save.

    Dr. Attaullah Shah
    Keymaster
    Post count: 106

    Hello Prof.
    You can modify various properties of the table title. These are mentioned with examples in the asdocx_defaults.ado
    To change the font size for title, you can use fs_title(#) for current session or change it in the asdocx_defaults.ado which will set it permanently, unless you update asdocx.

    Example:

    asdocx sum, fs_title(20) replace 
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.