entry_title_text_type Property

This property contains the text type of the title of the feed.

Syntax

def get_entry_title_text_type(entry_index: int) -> int: ...
def set_entry_title_text_type(entry_index: int, value: int) -> None: ...

Default Value

0

Remarks

This property contains the text type of the title of the feed. Atom textual content can either be html, xhtml or text.

The entry_index parameter specifies the index of the item in the array. The size of the array is controlled by the entry_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]