[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1TextRange.GetTags

GetTags Method

GetTags(C1StyleType, bool)

Gets nodes list by the given C1StyleType value.

Declaration
public List<XmlNode> GetTags(C1StyleType type, bool includePartialNodes)
Parameters
Type Name Description
C1StyleType type

Specifies the type of nodes that must be included to the output list.

bool includePartialNodes

Specifies whether partially selected nodes must be included to the output list.

Returns
Type Description
List<XmlNode>

The list of the nodes with specified type.