GoFiler Script Reference
Legato v 1.1a Application v 4.19aa
|
Table of Contents | < < Previous | Next >> |
Chapter Eleven — SGML Functions (continued)
Overview
The HTMLColumnSetWidths function sets all the widths for the columns in a managed table.
Syntax/Parameters
Syntax
int = HTMLColumnSetWidths ( handle hObject, pvalue widths[] );
Parameters
hObject
A handle to an HTML Writer Object.
widths
A pvalue (dword) array specifying the width as a measurement for each column. See PVALUE Data Type in SGML.
Return Value
An int as a ERROR_NONE (0) for no error or a formatted error code.
Remarks
Generally if percentages are used as widths, each column should have a percent and all percents should add to 100%. For other measurements, the overall width of the table will be governed by the specified width. In all cases, the end browser rendering agent will determine the final width of a columns based on the specifications (or lack thereof) and the content of the table column as will as other columns.
Spanned column cannot have width set.
Related Functions
Table of Contents | < < Previous | Next >> |
© 2007-2017 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. GoFiler is a trademark of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.