支持表格固定高度
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
type TSTrProperty = class
|
||||
function Create();
|
||||
public
|
||||
TrPr: TrPrUnitDecorator;
|
||||
Height: real;
|
||||
end;
|
||||
|
||||
function TSTrProperty.Create();
|
||||
begin
|
||||
{self.}TrPr := nil;
|
||||
{self.}Height := 0;
|
||||
end;
|
||||
Reference in New Issue
Block a user