TopicTransformationCore.RenderTextNode Method
Definition
- Assembly
- Sandcastle.Core.dll
This is used to render a text node
public virtual void RenderTextNode(XElement content, XText textNode)
Parameters
contentXElementThe content element to which the text is added
textNodeXTextThe text node to render
Remarks
By default, this just adds the text to the given content element. Presentation styles can override this to provide additional formatting support for text. For example, Open XML needs to normalize whitespace and handle some other conditions.