L.2.7.3.8 Differential Formatting Records
L.2.7.3.8 Differential Formatting Records
“Differential formatting” enables subsets of formatting to be specified, without overriding other elements of formatting. For example, if it is desired to express “add bold face to whatever formatting is already there”, then a
A dxf record is referenced by zero-based index, meaning the numerical order in which the dxf appears under dxfs.
<dxfs count="1">
<dxf>
<font>
<b/>
<color theme="0"/>
</font>
<fill>
<patternFill patternType="solid">
<fgColor theme="5"/>
<bgColor theme="5"/>
</patternFill>
</fill>
</dxf>
</dxfs>
Last updated on