blob: a2c1ba62471c94e74f7f3145e9f99d75c60dc8ae [file] [log] [blame]
<?xml version="1.0"?>
<!--
====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====================================================================
-->
<record fromfile="true" name="SHD" package="org.apache.poi.hwpf.model.types">
<suffix>AbstractType</suffix>
<description>The Shd structure specifies the colors and pattern that are used for background shading. &lt;p&gt;Class
and
fields descriptions are quoted from Word (.doc) Binary File Format by Microsoft Corporation
</description>
<author>Sergey Vladimirov; according to Word (.doc) Binary File Format by Microsoft Corporation.
</author>
<fields>
<field type="Colorref" size="4" name="cvFore" description="A COLORREF that specifies the foreground color of ipat"/>
<field type="Colorref" size="4" name="cvBack" description="A COLORREF that specifies the background color of ipat"/>
<field type="int" size="2" name="ipat" description="An Ipat that specifies the pattern used for shading"/>
</fields>
</record>