HtmlSaveOptions constructeur

HtmlSaveOptions()

Crée des options pour enregistrer le fichier html.

def __init__(self):
    ...

HtmlSaveOptions(format)

Crée des options pour enregistrer le fichier htm.

def __init__(self, format):
    ...
ParamètreTaperDescription
formatSaveFormatLe format du fichier d’enregistrement.

Voir également