ducpy.Duc.DucTableCell ====================== .. py:module:: ducpy.Duc.DucTableCell Attributes ---------- .. autoapisummary:: ducpy.Duc.DucTableCell.np Classes ------- .. autoapisummary:: ducpy.Duc.DucTableCell.DucTableCell Functions --------- .. autoapisummary:: ducpy.Duc.DucTableCell.DucTableCellStart ducpy.Duc.DucTableCell.Start ducpy.Duc.DucTableCell.DucTableCellAddRowId ducpy.Duc.DucTableCell.AddRowId ducpy.Duc.DucTableCell.DucTableCellAddColumnId ducpy.Duc.DucTableCell.AddColumnId ducpy.Duc.DucTableCell.DucTableCellAddData ducpy.Duc.DucTableCell.AddData ducpy.Duc.DucTableCell.DucTableCellAddStyle ducpy.Duc.DucTableCell.AddStyle ducpy.Duc.DucTableCell.DucTableCellEnd ducpy.Duc.DucTableCell.End Module Contents --------------- .. py:data:: np .. py:class:: DucTableCell Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucTableCell(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucTableCellBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: RowId() .. py:method:: ColumnId() .. py:method:: Data() .. py:method:: Style() .. py:function:: DucTableCellStart(builder) .. py:function:: Start(builder) .. py:function:: DucTableCellAddRowId(builder, rowId) .. py:function:: AddRowId(builder, rowId) .. py:function:: DucTableCellAddColumnId(builder, columnId) .. py:function:: AddColumnId(builder, columnId) .. py:function:: DucTableCellAddData(builder, data) .. py:function:: AddData(builder, data) .. py:function:: DucTableCellAddStyle(builder, style) .. py:function:: AddStyle(builder, style) .. py:function:: DucTableCellEnd(builder) .. py:function:: End(builder)