ducpy.Duc.DucTableCellSpan ========================== .. py:module:: ducpy.Duc.DucTableCellSpan Attributes ---------- .. autoapisummary:: ducpy.Duc.DucTableCellSpan.np Classes ------- .. autoapisummary:: ducpy.Duc.DucTableCellSpan.DucTableCellSpan Functions --------- .. autoapisummary:: ducpy.Duc.DucTableCellSpan.DucTableCellSpanStart ducpy.Duc.DucTableCellSpan.Start ducpy.Duc.DucTableCellSpan.DucTableCellSpanAddColumns ducpy.Duc.DucTableCellSpan.AddColumns ducpy.Duc.DucTableCellSpan.DucTableCellSpanAddRows ducpy.Duc.DucTableCellSpan.AddRows ducpy.Duc.DucTableCellSpan.DucTableCellSpanEnd ducpy.Duc.DucTableCellSpan.End Module Contents --------------- .. py:data:: np .. py:class:: DucTableCellSpan Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucTableCellSpan(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucTableCellSpanBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Columns() .. py:method:: Rows() .. py:function:: DucTableCellSpanStart(builder) .. py:function:: Start(builder) .. py:function:: DucTableCellSpanAddColumns(builder, columns) .. py:function:: AddColumns(builder, columns) .. py:function:: DucTableCellSpanAddRows(builder, rows) .. py:function:: AddRows(builder, rows) .. py:function:: DucTableCellSpanEnd(builder) .. py:function:: End(builder)