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