xlnt
Public Attributes | List of all members
xlnt::print_options Struct Reference

Public Attributes

optional< bool > print_grid_lines
 if both grid_lines_set and this are true, grid lines are printed More...
 
optional< bool > grid_lines_set
 if both print grid lines and this are true, grid lines are printed More...
 
optional< bool > print_headings
 print row and column headings More...
 
optional< bool > horizontal_centered
 center on page horizontally More...
 
optional< bool > vertical_centered
 center on page vertically More...
 

Member Data Documentation

◆ grid_lines_set

optional<bool> xlnt::print_options::grid_lines_set

if both print grid lines and this are true, grid lines are printed

◆ horizontal_centered

optional<bool> xlnt::print_options::horizontal_centered

center on page horizontally

◆ print_grid_lines

optional<bool> xlnt::print_options::print_grid_lines

if both grid_lines_set and this are true, grid lines are printed

◆ print_headings

optional<bool> xlnt::print_options::print_headings

print row and column headings

◆ vertical_centered

optional<bool> xlnt::print_options::vertical_centered

center on page vertically


The documentation for this struct was generated from the following file: