File tree Expand file tree Collapse file tree 4 files changed +70
-70
lines changed
Xceed.Blazor.Words.Sample/Pages
Xceed.Console.Words.Sample
Xceed.WinForm.Words.Sample Expand file tree Collapse file tree 4 files changed +70
-70
lines changed Original file line number Diff line number Diff line change 66<h1 >Select a button to export data to check how Xceed.Words.NET works!!!"</h1 >
77
88<div style =" display : flex ; flex-direction : column ; align-items : center ; margin-top : 50px ;" >
9- <button class =" btn btn-primary" @onclick =" GenerateSimpleDocument" style =" margin : 10px ;" >Generate Simple document (changed) </button >
9+ <button class =" btn btn-primary" @onclick =" GenerateSimpleDocument" style =" margin : 10px ;" >Generate Simple document</button >
1010 <button class =" btn btn-success" @onclick =" GenerateList" style =" margin : 10px ;" >Generate enumerated document</button >
1111 <button class =" btn btn-secondary" @onclick =" GenerateTable" style =" margin : 10px ;" >Generate document with table</button >
1212</div >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ void GenerateTableDocument()
122122static void DisplayMenu ( )
123123{
124124 Console . WriteLine ( "Choose an option:" . Pastel ( "#FE671A" ) ) ;
125- Console . WriteLine ( "1 - To export a document with simple data (3 pages with a normal text inside)." . Pastel ( "#FE671A" ) ) ;
125+ Console . WriteLine ( "1 - (Changed) To export a document with simple data (3 pages with a normal text inside)." . Pastel ( "#FE671A" ) ) ;
126126 Console . WriteLine ( "2 - To export a document with a numbered list and bulleted list." . Pastel ( "#FE671A" ) ) ;
127127 Console . WriteLine ( "3 - To export a document with a table." . Pastel ( "#FE671A" ) ) ;
128128 Console . WriteLine ( "0 - Exit" . Pastel ( "#FE671A" ) ) ;
Original file line number Diff line number Diff line change 2222 <Button Name =" btnGenerateSimpleDoc"
2323 Background =" #FE671A"
2424 Foreground =" White"
25- Content =" Generate Simple document"
25+ Content =" (change) Generate Simple document"
2626 Width =" 200"
2727 Height =" 50"
2828 Margin =" 10"
You can’t perform that action at this time.
0 commit comments