GCD constructor

GCD()

def __init__(self):
    ...

GCD(d)

def __init__(self, d: aspose.words.xattr.xCL):
    ...
ParameterTypeDescription
dxCL

GCD(d, v, c)

def __init__(self, d: aspose.words.xattr.xCL, v: str, c: str):
    ...
ParameterTypeDescription
dxCL
vstr
cstr

See Also