PrintDocument for WinForms
RenderVerticalParagraph クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderVerticalParagraph クラス
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.

オブジェクト モデル
RenderVerticalParagraph クラス
シンタックス
'宣言
 
Public Class RenderVerticalParagraph 
   Inherits RenderParagraph
   Implements IDocumentLocationIStyleOwner 
'使用法
 
Dim instance As RenderVerticalParagraph
public class RenderVerticalParagraph : RenderParagraph, IDocumentLocationIStyleOwner  
解説

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.

継承階層

System.Object
   C1.C1Preview.RenderObject
      C1.C1Preview.RenderTextBase
         C1.C1Preview.RenderParagraph
            C1.C1Preview.RenderVerticalParagraph

参照

RenderVerticalParagraph メンバ
C1.C1Preview 名前空間
RenderVerticalText クラス