b5 constructor
b5(d)
def __init__(self, d: str):
...
Parameter | Type | Description |
---|---|---|
d | str |
b5(d, v)
def __init__(self, d: str, v: str):
...
Parameter | Type | Description |
---|---|---|
d | str | |
v | str |
b5(d, v, c)
def __init__(self, d: str, v: str, c: str):
...
Parameter | Type | Description |
---|---|---|
d | str | |
v | str | |
c | str |
See Also
- module aspose.words.xattr
- class b5