[]
        
(Showing Draft Content)

C1.C1Preview.RenderVerticalParagraph

RenderVerticalParagraph Class

Represents a paragraph of vertical text in a C1PrintDocument. Paragraphs can contain inline text and images, possibly rendered using different styles. The content of a paragraph is accessible via the Content property.

Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner, vertically from right to left.

Inheritance
RenderVerticalParagraph
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderVerticalParagraph : RenderParagraph, IStyleOwner, IDocumentLocation
Remarks

The default height and width of RenderVerticalParagraph is auto. In particular, that means that text without line breaks will by default stretch downwards indefinitely. To make text wrap at the bottom, the height of the RenderVerticalParagraph object must be explicitly set.

Constructors

Name Description
RenderVerticalParagraph()

Methods

Name Description
GetDefaultHeight()

For internal use only.

GetDefaultSplitHorzBehavior()

For internal use only.

GetDefaultSplitVertBehavior()

For internal use only.

GetDefaultWidth()

For internal use only.

See Also