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