'Declaration Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As ParagraphItem
public ParagraphItem Item( string name ) {get;}
Parameters
- name
- The name of the element to get.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As ParagraphItem
public ParagraphItem Item( string name ) {get;}