Example #1
0
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Nothing to do here.
		/// </summary>
		/// ------------------------------------------------------------------------------------
		public void OpenTable(int cCols, VwLength vlWidth, int mpBorder,
			VwAlignment vwalign, VwFramePosition frmpos, VwRule vwrule,
			int mpSpacing, int mpPadding, bool fSelectOneCol)
		{
			OpenFlowObject();
		}
Example #2
0
 /// <summary>
 /// :&gt; ENHANCE JohnT: VwLength is used only in three places now. Would it be better to
 ///             :&gt; just have an int plus a FwTextPropVar?
 ///              Start a table.
 /// </summary>
 /// <param name="cCols">The number of columns the table will have. </param><param name="vlWidth">The width of whole table. If the unit is percent, it is relative
 ///              to the available width for laying out the table. </param><param name="mpBorder">The thickness of the border drawn around the whole table.
 ///              This can be overridden by individual cells which explicitly set a border on the
 ///              relevant side. </param><param name="vwalign">Default alignment for text in the table (not implemented, I think) </param><param name="frmpos">Indicates which sides of the table to draw a border all around it. </param><param name="vwrule">Indicates where to draw lines between cells. </param><param name="mpSpacing">between cells </param><param name="mpPadding">between cell border and contents </param><param name="fSelectOneCol">true to keep the selection in one column, false to use normal
 ///              selections. </param>
 public void OpenTable(int cCols, VwLength vlWidth, int mpBorder, VwAlignment vwalign, VwFramePosition frmpos, VwRule vwrule, int mpSpacing, int mpPadding, bool fSelectOneCol)
 {
     throw new NotImplementedException();
 }
		public void OpenTable(int cCols, VwLength vlWidth, int mpBorder, VwAlignment vwalign, VwFramePosition frmpos, VwRule vwrule, int mpSpacing, int mpPadding, bool fSelectOneCol)
		{
			throw new NotImplementedException();
		}