Exemplo n.º 1
0
		public override void OnSmallText(SmallTextObject data)
		{
			ApplyRules(data.Content, RangeTypes.SmallText);
		}
Exemplo n.º 2
0
		public override void OnSmallText(SmallTextObject smalltext)
		{
			foreach(DocumentVisitor observer in m_observers)
				observer.OnSmallText(smalltext);
		}