Top > SetDefaultBeginningMarker

SetDefaultBeginningMarker Edit

Declaration: Edit

FUNCTION SetDefaultBeginningMarker (
          style :LONGINT;
          angle :INTEGER;
          size :REAL;
          width :REAL;
          thicknessBasis :INTEGER;
          thickness :REAL;
          visibility :BOOLEAN
         ) :BOOLEAN ;

説明(Description) Edit

ファイルのデフォルト始点マーカのすべての設定値を設定します。正常終了するとTRUEが返されます。

Sets all properties of the document default beginning marker. Return TRUE if operation was successful.

パラメーター(Parameters) Edit

style
The marker style. (see comments for details) タイプ
angle
The marker angle in degrees. (0 to 90) 角度(度数、0から90)
size
The marker size in page inches. 長さ(インチ)
width
The marker width in page inches. 幅(インチ)
thicknessBasis
The marker thickness basis. ( see comments for details) 太さ
thickness
The marker thickness. カスタム設定の太さ
visibility
The marker visibility. 表示/非表示

例(Example) Edit

PROCEDURE Example;
VAR
	ok : BOOLEAN;
BEGIN
	ok := SetDefaultBeginningMarker(2176, 15, 0.5, 0, 0, 2, TRUE);
END;

RUN(Example);

参照(See Also) Edit

SetDefaultEndMarker


URL B I U SIZE Black Maroon Green Olive Navy Purple Teal Gray Silver Red Lime Yellow Blue Fuchsia Aqua White

リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS
Last-modified: Thu, 03 Mar 2011 11:39:09 JST (4823d)