ducpy.Duc.StackFormatProperties

Attributes

np

Classes

Functions

StackFormatPropertiesStart(builder)

Start(builder)

StackFormatPropertiesAddUpperScale(builder, upperScale)

AddUpperScale(builder, upperScale)

StackFormatPropertiesAddLowerScale(builder, lowerScale)

AddLowerScale(builder, lowerScale)

StackFormatPropertiesAddAlignment(builder, alignment)

AddAlignment(builder, alignment)

StackFormatPropertiesEnd(builder)

End(builder)

Module Contents

ducpy.Duc.StackFormatProperties.np
class ducpy.Duc.StackFormatProperties.StackFormatProperties

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)
classmethod GetRootAsStackFormatProperties(buf, offset=0)

This method is deprecated. Please switch to GetRootAs.

classmethod StackFormatPropertiesBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
UpperScale()
LowerScale()
Alignment()
ducpy.Duc.StackFormatProperties.StackFormatPropertiesStart(builder)
ducpy.Duc.StackFormatProperties.Start(builder)
ducpy.Duc.StackFormatProperties.StackFormatPropertiesAddUpperScale(builder, upperScale)
ducpy.Duc.StackFormatProperties.AddUpperScale(builder, upperScale)
ducpy.Duc.StackFormatProperties.StackFormatPropertiesAddLowerScale(builder, lowerScale)
ducpy.Duc.StackFormatProperties.AddLowerScale(builder, lowerScale)
ducpy.Duc.StackFormatProperties.StackFormatPropertiesAddAlignment(builder, alignment)
ducpy.Duc.StackFormatProperties.AddAlignment(builder, alignment)
ducpy.Duc.StackFormatProperties.StackFormatPropertiesEnd(builder)
ducpy.Duc.StackFormatProperties.End(builder)