FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 ServerFile.BodyType
ホーム • Customization Tools • FCAS • Language Reference • ServerFile.BodyType
 
Purpose
Sets the body type of a file on the FirstClass server to fcPlainText, fcHTML, or fcETF.
The default is assumed to be fcPlainText and is backwards compatible with previous source.
If you assign HTML to the body of an object and set the body type to fcHTML, it will be translated automatically into FirstClass-styled text.  Likewise, if you are reading the body and wish to get the styled content, it will be translated into the format requested.
Keep in mind that returning a body which was initially created as styled text in FirstClass, modifying it in HTML and writing it back could potentially lose fidelity.
The HTML translation is done using the same method as Internet Services and the client.
Syntax
ServerFile.BodyType = fcPlainText | fcHTML | fcETF
Example
Dim sf as ServerFile
sf.BodyType=fcHTML

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<