char_set property

char_set property

Gets or sets the primary character-set for a document.

Definition:

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

See Also