The paragraph node is a container for a block of formatted text delineated by a carriage return. It’s the equivalent of the HTML <p> tag.
Implementation Note: In the Java library, most nodes that are frequently used with simple paragraph and text nodes also provide methods that accept String values for convenience. Where these are available, they implicitly wrap the strings in text and paragraph nodes as required.
localId? - string (should not be empty, and likely to be a UUID, but neither is enforced)
Although paragraph nodes are usually permitted to have a mark, such as alignment or indentation, these are not permitted in most of the cases where the paragraph is within another block element.↩︎
Although paragraph nodes are usually permitted to have a mark, such as alignment or indentation, these are not permitted in most of the cases where the paragraph is within another block element.↩︎
Although paragraph nodes are usually permitted to have a mark, such as alignment or indentation, these are not permitted in most of the cases where the paragraph is within another block element.↩︎
Although paragraph nodes are usually permitted to have a mark, such as alignment or indentation, these are not permitted in most of the cases where the paragraph is within another block element.↩︎
Although paragraph nodes are usually permitted to have a mark, such as alignment or indentation, these are not permitted in most of the cases where the paragraph is within another block element.↩︎
Although paragraph nodes are usually permitted to have a mark, such as alignment or indentation, these are not permitted in most of the cases where the paragraph is within another block element.↩︎
Although paragraph nodes are usually permitted to have a mark, such as alignment or indentation, these are not permitted in most of the cases where the paragraph is within another block element.↩︎
It is not clear why paragraph nodes inside a table cell can only use alignment, not indentation, especially since heading nodes do not have this same limitation. Nevertheless, that is what the schema says.↩︎