home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 November
/
VPR9711A.ISO
/
VPR_DATA
/
Special
/
Wz30demo
/
wz30demo.lzh
/
STD
/
WORD.TLL
< prev
Wrap
Text File
|
1997-06-16
|
139KB
|
478 lines
TX-EXPORT 2.00 6388bytes
/// 32bit version
// WZ EDITOR 標準機能 書式
// Copyright 1995-96 TY
#ifndef __IH_WORD
#define __IH_WORD
//{###word}
//{###ワープロ機能}
//{###ワープロ機能}
#ifdef __TXC__
extern "word" {
#endif
//{#API}
BOOL _cdecl _txcmdbase txCharBold(tx* text);
//{#@}word
// 選択文字列を太字に設定
//2.99A 970321 {#MS} ^B new
//{#MS} ^B
BOOL _cdecl _txcmdbase txCharItalic(tx* text);
//{#@}word
// 選択文字列を斜体に設定
//2.99A 970321 {#MS} ^I new
//{#MS} ^I
BOOL _cdecl _txcmdbase txCharUnderline(tx* text);
//{#@}word
// 選択文字列を下線に設定
//2.99A 970321 {#MS} ^U new
//{#MS} ^U
BOOL _cdecl _txcmd txCharNormal(tx* text);
//{#@}word
// 選択文字列の文字装飾をクリア
int _cdecl _txcmd txInsertBR(tx* text);
//{#@}word
// 段落内改行
//{#RET}実行できたか返す
//1.93で追加
BOOL _cdecl _txcmd txFormClear(tx* text);
//{#@}word
// 段落書式をクリア
BOOL _cdecl _txcmd txFormArticleClear(tx* text);
//{#@}word
// 箇条書きをクリア
BOOL _cdecl _txcmd txFormArticleDisc(tx* text);
//{#@}word
// ・箇条書き
BOOL _cdecl _txcmd txFormArticleNotice(tx* text);
//{#@}word
// ※箇条書き
//[HTML不可]
BOOL _cdecl _txcmd txFormArticleNum(tx* text);
//{#@}word
// 番号付き箇条書き
BOOL _cdecl _txcmd txFormFeed(tx* text);
//{#@}word
// 改ページ
//[HTML不可]
BOOL _cdecl _txcmd txFormFeedModal(tx* text);
//{#@}word
// HTMLファイルでは改段、その他のファイルでは改ページ
BOOL _cdecl _txcmdbase txFormLeft(tx* text);
//{#@}word
// 左揃え
BOOL _cdecl _txcmdbase txFormCenter(tx* text);
//{#@}word
// 中央揃え
BOOL _cdecl _txcmdbase txFormRight(tx* text);
//{#@}word
// 右揃え
BOOL _cdecl txFormIndentAdd(tx* text,int d);
//{#@}word
// インデント増
BOOL _cdecl _txcmd txFormIndentInc(tx* text);
//{#@}word
// インデント増
// 常にタブサイズで増やす
BOOL _cdecl _txcmd txFormIndentDec(tx* text);
//{#@}word
// インデント減
// 常にタブサイズで減らす
BOOL _cdecl txFormTitle(tx* text,int ititle);
//{#@}word
// 見出し
BOOL _cdecl _txcmdbase txFormTitle0(tx* text);
//{#@}word
// 本文(見出しをクリア)
BOOL _cdecl _txcmdbase txFormTitle1(tx* text);
//{#@}word
// 見出し1
BOOL _cdecl _txcmdbase txFormTitle2(tx* text);
//{#@}word
// 見出し2
BOOL _cdecl _txcmdbase txFormTitle3(tx* text);
//{#@}word
// 見出し3
BOOL _cdecl _txcmdbase txFormTitle4(tx* text);
//{#@}word
// 見出し4
BOOL _cdecl _txcmdbase txFormTitle5(tx* text);
//{#@}word
// 見出し5
BOOL _cdecl _txcmdbase txFormTitle6(tx* text);
//{#@}word
// 見出し6
BOOL _cdecl _txcmdbase txSetEditmodeText(tx* text);
//{#@}word
// 画面表示モードを「テキストモード」に設定
BOOL _cdecl _txcmdbase txSetEditmodeForm(tx* text);
//{#@}word
// 画面表示モードを「体裁モード」に設定
BOOL _cdecl _txcmdbase txSetEditmodePrint(tx* text);
//{#@}word
// 画面表示モードを「詳細モード」に設定
void _cdecl txSetDispstylemode(TX* text,int dispmode);
//{#@}word
// 画面表示スタイルを設定
void _cdecl _txcmdbase txSetDispstyle1(TX* text);
//{#@}word
// 画面表示スタイルをスタイル1に設定
void _cdecl _txcmdbase txSetDispstyle2(TX* text);
//{#@}word
// 画面表示スタイルをスタイル2に設定
void _cdecl _txcmdbase txSetDispstyle3(TX* text);
//{#@}word
// 画面表示スタイルをスタイル3に設定
void _cdecl _txcmdbase txSetDispstyle4(TX* text);
//{#@}word
// 画面表示スタイルをスタイル4に設定
//2.98A 970311 new
BOOL _cdecl _txcmdbase txuiInsertTable(TX* text);
//{#@}word
// 表を挿入
BOOL _cdecl _txcmdbase txuiTable(TX* text);
//{#@}word
// テーブルのプロパティ
BOOL _cdecl _txcmdbase txInsertBeamtab(TX* text);
//{#@}word
// 桁揃えを挿入
//2.97 970224 new
//{#VZ} +^I
//{#MS} +^I
//{#MI} +^I
BOOL _cdecl _txcmdbase txInsertHR(tx* text);
//{#@}word
// 水平線を挿入
BOOL _cdecl _txcmd txuiLetterHeader(TX* text);
//{#@}word
// レターヘッダのプロパティ
_txcmdbase word.flushpage();
// ページ番号表示をリフレッシュ
// 詳細モードで、ページ番号の表示が実際とズレる場合があります。
// このコマンドを実行すると正確な番号を計算して表示します。
BOOL _cdecl txIsCurTable(TX* text);
//{#@}word
// カーソル行が表かどうか返す
//2.00B
BOOL _cdecl txIsCurTab(TX* text);
//{#@}word
// カーソル行が桁揃えかどうか返す
//2.00B
BOOL _cdecl _txcmdbase txuiConfigPrint(TX* text);
//{#@}word
// 印刷スタイルの設定
void _cdecl txLprintEx(TX* text);
//{#@}word
// textを現在の印刷スタイルで印刷します。
// 現在の印刷スタイルは、txConfigOp(text,TXCONFIGOP_PRINTREAD,szlpstyle);でセットできます。
// text->lp->npagetopからtext->lp->npageendまで印刷します。
// f1pageがTRUEなら、text->lp->npagetopだけを印刷します。
// modePrintPageが0ならすべて、1なら奇数、2なら偶数ページを印刷します。
//2.96 970207 新API
void _cdecl txLprint(TX* text,mchar* szlpstyle);
//{#@}word
// textを印刷スタイルszlpstyleで印刷します。
// szlpstyleがNULLなら、text->szlpstyle印刷スタイルで印刷します。
//2.96 970207 新API
BOOL _cdecl _txcmdbase uiPrint(void);
//{#@}word
// 印刷ダイアログを表示
//{#VZ} ^KP
//{#MS} ^P +^{F12}
BOOL _cdecl _txcmd uiPrintExec(void);
//{#@}word
// 印刷ダイアログを表示して直ちに印刷実行
//1.97で追加
_txcmd word.uiSendFax();
// FAXを送信
// 予め"FAX"という名前でFAX送信用の印刷スタイルを作成しておくと、
// このコマンドを実行してOKするとFAXを送信できます。
//2.00E4で追加
_txcmdbase word.txSetPreview();
// 印刷プレビューと通常編集切り替え
BOOL _cdecl _txcmdbase txuiInsertFootnote(TX* text);
//{#@}word
BOOL _cdecl _txcmdbase txuiInsertFont(TX* text);
//{#@}word
BOOL _cdecl txReferFilenameHtml(TX* text,mchar* szfilename,mchar* szmask);
//{#@}word
//3.00A3 970508 new
BOOL _cdecl _txcmdbase txuiInsertBitmap(TX* text);
//{#@}word
BOOL _cdecl _txcmdbase txuiLink(TX* text);
//{#@}word
// リンクの挿入、プロパティ
BOOL _cdecl _txcmdbase txuiInsertSemiLink(TX* text);
//{#@}word
// 簡易リンクの挿入
//2.99C 970324 new
_txcmdbase word.txuiConvertTable();
// 表の変換
//2.99C 970324 new
BOOL _cdecl _txcmdbase txuiRuby(TX* text);
//{#@}word
// ルビの挿入、プロパティ
BOOL _cdecl _txcmd txuiRubi(TX* text);
//{#@}word
BOOL _cdecl _txcmdbase txuiProof(TX* text);
//{#@}word
// 校正の挿入、プロパティ
BOOL _cdecl _txcmdbase txuiCharProperty(TX* text);
//{#@}word
BOOL _cdecl _txcmdbase txuiCharatr(TX* text);
//{#@}word
// 文字装飾ダイアログ
BOOL _cdecl _txcmdbase txuiParaatr(TX* text);
//{#@}word
// 段落体裁ダイアログ
BOOL _cdecl _txcmdbase txuiArticle(TX* text);
//{#@}word
// 見出しと箇条書きダイアログ
//{#ENDAPI}
#ifdef __TXC__
}
#endif
#endif
TX-PCODE32 3.00
j、3;ヨ