comments_position property

comments_position property

Gets or sets the position of the comments on the page.

Remarks

Default is CommentsPositions.None .

Definition:

@property
def comments_position(self):
    ...

@comments_position.setter
def comments_position(self, value):
    ...

See Also