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