The cell's attributes are contained in a record following the bounding box data (if present), but only if cell flag bit 0 is set. The record contains six fields: face color, edge color, line style, line width, display style and name. By convention, the attribute data is formatted as follows:
FaceCol<spc>EdgeCol<spc>LineStyle<spc>LineWidth<spc>DisplayStyle<spc>Name<nl>
where FaceCol is a decimal integer identifying the face color, EdgeCol a decimal integer identifying the edge color, LineStyle is a decimal integer identifying the line style, LineWidth is a decimal integer identifying the line width, DisplayStyle is a decimal integer identifying the display style, Name is a non-whitespace string identifying the name of the element, <spc> is a single space character and <nl> is the newline sequence.
If no attribute record is present, the following values are assumed:
1 1 0 1 1 none
Comments
Post new comment