ducpy.Duc.DucTableRow ===================== .. py:module:: ducpy.Duc.DucTableRow Attributes ---------- .. autoapisummary:: ducpy.Duc.DucTableRow.np Classes ------- .. autoapisummary:: ducpy.Duc.DucTableRow.DucTableRow Functions --------- .. autoapisummary:: ducpy.Duc.DucTableRow.DucTableRowStart ducpy.Duc.DucTableRow.Start ducpy.Duc.DucTableRow.DucTableRowAddId ducpy.Duc.DucTableRow.AddId ducpy.Duc.DucTableRow.DucTableRowAddHeight ducpy.Duc.DucTableRow.AddHeight ducpy.Duc.DucTableRow.DucTableRowAddStyle ducpy.Duc.DucTableRow.AddStyle ducpy.Duc.DucTableRow.DucTableRowEnd ducpy.Duc.DucTableRow.End Module Contents --------------- .. py:data:: np .. py:class:: DucTableRow Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucTableRow(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucTableRowBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Id() .. py:method:: Height() .. py:method:: Style() .. py:function:: DucTableRowStart(builder) .. py:function:: Start(builder) .. py:function:: DucTableRowAddId(builder, id) .. py:function:: AddId(builder, id) .. py:function:: DucTableRowAddHeight(builder, height) .. py:function:: AddHeight(builder, height) .. py:function:: DucTableRowAddStyle(builder, style) .. py:function:: AddStyle(builder, style) .. py:function:: DucTableRowEnd(builder) .. py:function:: End(builder)