Top > SetDefaultBeginningMarker

**SetDefaultBeginningMarker [#xc78a300]
***Declaration: [#t91603a4]
FUNCTION   SetDefaultBeginningMarker ( 
          style 	:LONGINT;
          angle 	:INTEGER;
          size 	:REAL;
          width 	:REAL;
          thicknessBasis 	:INTEGER;
          thickness 	:REAL;
          visibility 	:BOOLEAN
         ) :BOOLEAN ;
***説明(Description) [#raa83853]
ファイルのデフォルト始点マーカのすべての設定値を設定します。正常終了するとTRUEが返されます。
>Sets all properties of the document default beginning marker. Return TRUE if operation was successful.
***パラメーター(Parameters) [#l46fb852]
: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) [#d1e63824]
 PROCEDURE Example;
 VAR
 	ok : BOOLEAN;
 BEGIN
 	ok := SetDefaultBeginningMarker(2176, 15, 0.5, 0, 0, 2, TRUE);
 END;
 
        PROCEDURE Example;
        VAR
        	ok : BOOLEAN;
        BEGIN
        	ok := SetDefaultBeginningMarker(2176, 15, 0.5, 0, 0, 2, TRUE);
        END;
 
        RUN(Example);

 RUN(Example);
***参照(See Also) [#y69ea1a5]

SetDefaultEndMarker

#comment

リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS