Use GetJustRoDb to reduce unnecessary data loading

Added flag to allow the section to have optional content.
Optional Content flag eliminates message "No Section Content"
Handle RO_Lookup Page Token
This commit is contained in:
Rich
2013-02-05 14:58:32 +00:00
parent 96b1edb78f
commit 398972fab1
4 changed files with 32 additions and 4 deletions

View File

@@ -733,7 +733,7 @@ namespace Volian.Print.Library
float yPageStart = yTopMargin;
if (myItemInfo.HasChildren)
localYPageStart = myParagraph.ToPdf(cb, yPageStart, ref yTopMargin, ref yBottomMargin);
else
else if(!myItemInfo.MyDocStyle.OptionalSectionContent)
PrintTextMessage(cb, "No Section Content", _TextLayer);
SectionConfig.SectionPagination sp = SectionConfig.SectionPagination.Separate; // always the default
if ( section.NextItemCount > 0)