如何讓 Word 的表格的顏色變成透明的?? |
尚未結案
|
carter6
初階會員 發表:53 回覆:108 積分:42 註冊:2002-12-16 發送簡訊給我 |
各位大大,您們好:
如何讓 Word 的表格的顏色變成透明的??
我是這樣建立的
順便在問可以控制表格的線條的粗細嗎? unit Unit1; interface uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Excel2000, OleServer, Word2000; type
TForm1 = class(TForm)
WordApplication1: TWordApplication;
WordDocument1: TWordDocument;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end; var
Form1: TForm1; implementation {$R *.dfm} procedure TForm1.FormCreate(Sender: TObject);
var
NRows:integer;
NCols:integer;
t:Table;
c:Cell;
begin
WordApplication1.Connect;
WordDocument1.Connect; //建立表格
NRows:=5;
NCols:=5;
T:=WordDocument1.Tables.Add(WordDocument1.Range,NRows,NCols,wdWord9TableBehavior,wdAutoFitFixed); Carter
|
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |