FormatAttribute constructor
init
Creates Format attribute with given property Name
def __init__(self, property_name):
...
Parameter | Type | Description |
---|---|---|
property_name | str | The name of property |
init
Creates Format attribute with given property Name
def __init__(self, property_name, property_format):
...
Parameter | Type | Description |
---|---|---|
property_name | str | The name of property |
property_format | str | The format of property |
See Also
- module
groupdocs.signature.domain.extensions
- class
FormatAttribute