c# - TabStops definitions does not work in PdfSharp -


I am fighting with tab stops in PDFSRP but I have not tried to do any work.

I end this code:

  paragraph = row Seals [0] .addParagraph (); Paraadestast (et.eventetto.tostring ("deed"). Substrings (0, 2) .touper ()); Para.Format.TabStops.ClearAll (); Para.Format.TabStops.AddTabStop ("0.3mm"); Para.AddTab (); Para.AddText (att.EventDate.ToString ("dd / mm / yyyy"));  

Calling AddTab adds a normal tab, which I have not defined.

Any help would be appreciated Thanks

Jaime

Edit:

Let me mark the date of 2 letters There is a need to format, for example, "MO dd / mm / yyyy" I need to use tabstops because I need to combine all the dates, depending on the name of the day, the width will vary depending on the characters . 3 mm is great enough to achieve this.

No matter ... I have placed 2 column tables in. Date cells in this way I can align the way I want to.

Chirs jamai


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -