Tables Section¶
The TABLES section is the home of all TABLE objects of a DXF document.
See also
DXF Internals: TABLES Section
-
class
ezdxf.sections.tables.
TablesSection
¶ -
layers
¶ LayerTable
maintaining theLayer
objects
-
linetypes
¶ LinetypeTable
maintaining theLinetype
objects
-
styles
¶ TextstyleTable
maintaining theTextstyle
objects
-
dimstyles
¶ DimStyleTable
maintaining theDimStyle
objects
-
appids
¶ AppIDTable
maintaining theAppID
objects
-
viewports
¶ ViewportTable
maintaining theVPort
objects
-
block_records
¶ BlockRecordTable
maintaining theBlockRecord
objects
-