export_hyperlink_type proprietà

Rappresenta il tipo di collegamento ipertestuale di esportazione in json.

Osservazioni

Il valore predefinito è JsonExportHyperlinkType.DISPLAY_STRING;

Definizione:

@property
def export_hyperlink_type(self):
    ...
@export_hyperlink_type.setter
def export_hyperlink_type(self, value):
    ...

Guarda anche