update DOCX

This commit is contained in:
csh
2024-11-01 16:35:37 +08:00
parent 27013cd4b0
commit 797101d1f3
7 changed files with 117 additions and 15 deletions
@@ -40,6 +40,8 @@ begin
{self.}BehindDoc := object_.XmlAttrBehindDoc.Value;
if not ifnil(object_.XmlAttrLocked) then
{self.}Locked := object_.XmlAttrLocked.Value;
if not ifnil(object_.XmlAttrHidden) then
{self.}Hidden := object_.XmlAttrHidden.Value;
if not ifnil(object_.XmlAttrLayoutInCell) then
{self.}LayoutInCell := object_.XmlAttrLayoutInCell.Value;
if not ifnil(object_.XmlAttrAllowOverlap) then
@@ -26,6 +26,8 @@ begin
tslassigning := 1;
if not ifnil(object_.XmlAttrFldCharType) then
{self.}FldCharType := object_.XmlAttrFldCharType.Value;
if not ifnil(object_.XmlAttrFldLock) then
{self.}FldLock := object_.XmlAttrFldLock.Value;
if not ifnil(object_.XmlAttrDirty) then
{self.}Dirty := object_.XmlAttrDirty.Value;
tslassigning := tslassigning_backup;
@@ -26,6 +26,8 @@ begin
tslassigning := 1;
if not ifnil(object_.XmlChildNoProof) then
{self.}XmlChildNoProof := new PureValUnitDecorator(object_.XmlChildNoProof);
if not ifnil(object_.XmlChildPosition) then
{self.}XmlChildPosition := new PureValUnitDecorator(object_.XmlChildPosition);
if not ifnil(object_.XmlChildWebHidden) then
{self.}XmlChildWebHidden := new PureWValUnitDecorator(object_.XmlChildWebHidden);
if not ifnil(object_.XmlChildRStyle) then