There are so many document editing solutions on the market, but only a few are compatible with all file types. Some tools are, on the contrary, versatile yet burdensome to work with. DocHub provides the answer to these hassles with its cloud-based editor. It offers powerful functionalities that allow you to accomplish your document management tasks effectively. If you need to rapidly Bold footer in WPT, DocHub is the ideal option for you!
Our process is incredibly straightforward: you upload your WPT file to our editor → it instantly transforms it to an editable format → you apply all essential adjustments and professionally update it. You only need a few minutes to get your paperwork ready.
As soon as all adjustments are applied, you can turn your paperwork into a multi-usable template. You simply need to go to our editor’s left-side Menu and click on Actions → Convert to Template. You’ll locate your paperwork stored in a separate folder in your Dashboard, saving you time the next time you need the same template. Try DocHub today!
Welcome to WebSquare5 Quick Guide. This video describes GridView, its method - advancedExcelDownload() - and its options to apply bold style. The options are headerFontBold, bodyFontBold, subTotalFontBold, and footerFontBold. Using these options, you can apply bold style to header, body, subtotal, and footer text. Usage example. In order to download the subTotal, set options.useSubtotal=true, and set all of headerFontBold, bodyFontBold, subTotalBold, and footerFontBold options as true. Then, execute advancedExcelDownload() method. Lets see how it works. This is GridView. There is a subTotal, and the footer. Above the GridView is a Trigger that has an onclick event, and upon this Trigger being clicked, options of headerFontBold, bodyFontBold, subTotalBold, and footerFontBold are set as true, and advancedExcelDownload() method is executed with these option settings. Lets check on the browser. There is a header, a subTotal, and the footer. Click the Trigger to download the GridVi