2016-11-03 18 views
0

RichTextBoxのコンテンツをRTFファイルとして保存しますが、このページをlandscapeに設定する必要があります。ウェブ上RTFLandscape探しRTFとして保存されたRichTextBoxコンテンツにランドスケープフォーマットを追加

は、私が何か役に立つが見つかりましたが、私は私のニーズに適応することができませんでした:

RTFファイルには、次のようになります。

{\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Courier New;}} 
\viewkind4\uc1\pard\lang1040\f0\fs24\par 
Amount  Start  End  Rate Days Result\par 
\'80 1.000,00 04/11/2015 31/12/2015 0,50%  58 \'80 0,79\par 
\'80 1.000,00 01/01/2016 03/11/2016 0,20% 308 \'80 1,69\par 
\par 
Total \'80 2,48\par 
} 

そして、私が見つかりました。 landscape形式でRTF例を次に示します。

{\rtf1\ansi\deff0 {\fonttbl {\f0 Courier;}} 
{\colortbl;\red0\green0\blue0;\red255\green0\blue0;} 
\landscape 
\paperw15840\paperh12240\margl720\margr720\margt720\margb720 
\tx720\tx1440\tx2880\tx5760 
This line is the default color\line 
\tab this line has 1 tab\line 
\tab\tab this line has 2 tabs\line 
\tab\tab\tab this line has 3 tabs\line 
\tab\tab\tab\tab this line has 4 tabs\line 
\cf2 
\tab This line is red and has a tab before it\line 
\cf1 
\page This line is the default color and the first line on page 2 
} 

私がトライしました多くの異なる場所で出力文字列に\landscapeを追加しましたが、まだ動作させることはできません。それ自体で\landscapeを追加

答えて

0

では十分ではありません、あなたはまた、景観ように、用紙の幅と高さを設定する必要があります。

\landscape\paperw15840\paperh12240 
関連する問題