[]
Renders a ParagraphObject into the current inline paragraph.
public bool RenderInline(ParagraphObject po, object width, object height, Style style)
Type | Name | Description |
---|---|---|
ParagraphObject | po | The ParagraphObject object to add to the Content of the current inline paragraph. |
object | width | The paragraph width. Used only if this call begins a new paragraph (i.e. if there is no current one). |
object | height | The paragraph height. Used only if this call begins a new paragraph (i.e. if there is no current one). |
Style | style | The Style to apply to the specified ParagraphObject. |
Type | Description |
---|---|
bool | true if no warnings were generated by this call, false otherwise. |
This method adds the specified ParagraphObject to the current internally maintained RenderParagraph object. A new paragraph is started if there is no current one.
This method can only be used between calls to StartDoc() and EndDoc() methods on the current document. For details, see RenderBlock(RenderObject).