revision_bars_position property

RevisionOptions.revision_bars_position property

Gets or sets rendering position of revision bars. Default value is HorizontalAlignment.OUTSIDE.

@property
def revision_bars_position(self) -> aspose.words.drawing.HorizontalAlignment:
    ...

@revision_bars_position.setter
def revision_bars_position(self, value: aspose.words.drawing.HorizontalAlignment):
    ...

Exceptions

exceptioncondition
RuntimeError (Proxy error(ArgumentOutOfRangeException))Values of HorizontalAlignment.CENTER and HorizontalAlignment.INSIDE are not allowed.

See Also