ducpy.Duc.DucTableColumn¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.DucTableColumn.np¶
- class ducpy.Duc.DucTableColumn.DucTableColumn¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsDucTableColumn(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod DucTableColumnBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- Id()¶
- Width()¶
- Style()¶
- ducpy.Duc.DucTableColumn.DucTableColumnStart(builder)¶
- ducpy.Duc.DucTableColumn.Start(builder)¶
- ducpy.Duc.DucTableColumn.DucTableColumnAddId(builder, id)¶
- ducpy.Duc.DucTableColumn.AddId(builder, id)¶
- ducpy.Duc.DucTableColumn.DucTableColumnAddWidth(builder, width)¶
- ducpy.Duc.DucTableColumn.AddWidth(builder, width)¶
- ducpy.Duc.DucTableColumn.DucTableColumnAddStyle(builder, style)¶
- ducpy.Duc.DucTableColumn.AddStyle(builder, style)¶
- ducpy.Duc.DucTableColumn.DucTableColumnEnd(builder)¶
- ducpy.Duc.DucTableColumn.End(builder)¶