Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
docutils.writers.latex2e.Table Class Reference

Public Member Functions

 __init__ (self, translator, latex_type)
 
 open (self)
 
 close (self)
 
 is_open (self)
 
 set_table_style (self, node, settings)
 
 get_latex_type (self)
 
 set (self, attr, value)
 
 get (self, attr)
 
 get_vertical_bar (self)
 
 get_opening (self, width=r'\linewidth')
 
 get_closing (self)
 
 visit_colspec (self, node)
 
 get_colspecs (self, node)
 
 get_column_width (self)
 
 get_multicolumn_width (self, start, len_)
 
 get_caption (self)
 
 need_recurse (self)
 
 visit_thead (self)
 
 depart_thead (self)
 
 visit_row (self)
 
 depart_row (self)
 
 set_rowspan (self, cell, value)
 
 get_rowspan (self, cell)
 
 get_entry_number (self)
 
 visit_entry (self)
 
 is_stub_column (self)
 

Public Attributes

 legacy_column_widths
 
 caption
 
 stubs
 
 colwidths_auto
 
 borders
 if self.borders == 'standard': a.append('\hline
')
 

Protected Attributes

 _translator
 
 _latex_type
 
 _colwidths
 
 _rowspan
 
 _in_thead
 
 _open
 
 _col_specs
 
 _attrs
 
 _in_head
 
 _cell_in_row
 

Detailed Description

Manage a table while traversing.

Table style might be

:standard:   horizontal and vertical lines
:booktabs:   only horizontal lines (requires "booktabs" LaTeX package)
:borderless: no borders around table cells
:nolines:    alias for borderless

:colwidths-auto:  column widths determined by LaTeX

Member Function Documentation

◆ get_caption()

docutils.writers.latex2e.Table.get_caption (   self)
Deprecated. Will be removed in Docutils 0.22.

◆ get_colspecs()

docutils.writers.latex2e.Table.get_colspecs (   self,
  node 
)
Return column specification for longtable.

◆ get_column_width()

docutils.writers.latex2e.Table.get_column_width (   self)
Return columnwidth for current cell (not multicell).

◆ get_multicolumn_width()

docutils.writers.latex2e.Table.get_multicolumn_width (   self,
  start,
  len_ 
)
Return sum of columnwidths for multicell.

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