Description | : | Changes title of each page in the current section to Calibri Light 20 to match OneNote 2013 style |
Download |
---|---|---|---|
Author(s) | : | Omer Atay | |
Category | : | Font | |
Last Updated | : | June 20, 2016 | |
Requirements | : | OneNote 2010 or above | |
Screenshot | : | ||
![]() Title -> Calibri Light 20 No screenshot available for this macro. |
|||
Changelog | : | June 20, 2016 (75BDDB) - Omer Atay These versions are no longer supported: April 02, 2013 - Omer Atay |
I am trying to hide the Page Default Title.
I tried this
<Macro name="Hide Default Ttitle" category="Daily " description="" publishDate="00-00-00T00:00:00.000Z" version="15">
<Comment text="For each Page in CurrentSection" />
<ForEach var="oPage">
<Array>QueryObjects("Title", GetCurrentSection())</Array>
<If>
<Condition>!($oPage.showTitle = true)</Condition>
<Continue>1</Continue>
</If>
<Expression>$oPage.showTitle = false</Expression>
</ForEach>
</Macro>
it didnt work :(
And from the other comments, if it worked :)
And I don't understand Macro language well enough in order to make it right.
Thanks again!