Expand/Collapse Outlines
Description | : | Toggle Expand/Collapse, or expand to the selected outlines to the chosen level (Level 1 to 9 as well as all levels). |
Download |
||||
---|---|---|---|---|---|---|---|
Author(s) | : | Chris K.Y. FUNG | |||||
Category | : | Outlining | |||||
Last Updated | : | June 19, 2016 | |||||
Requirements | : | OneNote 2010 or above | |||||
Screenshot | : | ||||||
![]() Expand/Collapse Outlines
|
|||||||
Changelog | : | June 19, 2016 (13FC1A) - Chris K.Y. FUNG These versions are no longer supported: July 22, 2014 - Chris K.Y. FUNG |
it worked :)
I am trying to Set the Outline width of the containers on all pages in a section to 800.
I can only do the first page.
<Macro name="Outlines" category="TEST" version="15">
<Comment text="For each Page in CurrentSection" />
<ForEach var="Page">
<Array>QueryObjects("Page", GetCurrentSection())</Array>
<ForEach var="OutLine">
<Array>QueryObjects("Outline", $Page)</Array>
<Expression>$OutLine.selection = "all"</Expression>
<Expression>$OutLine.width = 800</Expression>
</ForEach>
</ForEach>
</Macro>
I have tried everything :(
How can I set the width of the outlines on all pages - my code only works for 1 page
Thank you
Also I am confused what numbers 1 through 9 / all refers to.
Thanks
I,too, get the error message the error message \'macro can not be downloaded\' when trying to install. Downloaded file is only 32 bytes. Firewall and antivirus are off. I\'ve never had a problem installing your macros before.
Thanks
Al
if I try to install the macro I get the message that the macros can not be downloaded.