Interface IText
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/Text.html
public interface IText : ICharacterData, INode
- Inherited Members
Properties
WholeText
String WholeText { get; }
Property Value
Methods
IsElementContentWhitespace()
bool IsElementContentWhitespace()
Returns
ReplaceWholeText(String)
Text ReplaceWholeText(String arg0)
Parameters
Returns
Exceptions
SplitText(int)
Text SplitText(int arg0)