ducpy.Duc.DucTableStyleProps¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.DucTableStyleProps.np¶
- class ducpy.Duc.DucTableStyleProps.DucTableStyleProps¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsDucTableStyleProps(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod DucTableStylePropsBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- BackgroundColor()¶
- BorderWidth()¶
- BorderDashes(j)¶
- BorderDashesAsNumpy()¶
- BorderDashesLength()¶
- BorderDashesIsNone()¶
- BorderColor()¶
- TextColor()¶
- TextSize()¶
- TextFont()¶
- TextAlign()¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsStart(builder)¶
- ducpy.Duc.DucTableStyleProps.Start(builder)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddBackgroundColor(builder, backgroundColor)¶
- ducpy.Duc.DucTableStyleProps.AddBackgroundColor(builder, backgroundColor)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddBorderWidth(builder, borderWidth)¶
- ducpy.Duc.DucTableStyleProps.AddBorderWidth(builder, borderWidth)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddBorderDashes(builder, borderDashes)¶
- ducpy.Duc.DucTableStyleProps.AddBorderDashes(builder, borderDashes)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsStartBorderDashesVector(builder, numElems)¶
- ducpy.Duc.DucTableStyleProps.StartBorderDashesVector(builder, numElems)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddBorderColor(builder, borderColor)¶
- ducpy.Duc.DucTableStyleProps.AddBorderColor(builder, borderColor)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddTextColor(builder, textColor)¶
- ducpy.Duc.DucTableStyleProps.AddTextColor(builder, textColor)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddTextSize(builder, textSize)¶
- ducpy.Duc.DucTableStyleProps.AddTextSize(builder, textSize)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddTextFont(builder, textFont)¶
- ducpy.Duc.DucTableStyleProps.AddTextFont(builder, textFont)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsAddTextAlign(builder, textAlign)¶
- ducpy.Duc.DucTableStyleProps.AddTextAlign(builder, textAlign)¶
- ducpy.Duc.DucTableStyleProps.DucTableStylePropsEnd(builder)¶
- ducpy.Duc.DucTableStyleProps.End(builder)¶