上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 137 下一页
摘要: Install-Package CommunityToolkit.Mvvm; //xaml <Window x:Class="WpfApp69.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 阅读全文
posted @ 2025-09-05 23:21 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; Install-Package System.Drawing.Common; using iTextSharp.text; using iTextSharp.text.pdf; using System.Diagnostics; using D 阅读全文
posted @ 2025-09-05 21:14 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: Install-Package BenchmarkDotNet; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running; using System.Linq.Expressions; using System.Reflecti 阅读全文
posted @ 2025-09-05 17:41 FredGrit 阅读(32) 评论(0) 推荐(0)
摘要: Install-Package DocumentFormat.OpenXml; Install-Package System.Drawing.Common; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; u 阅读全文
posted @ 2025-09-05 14:18 FredGrit 阅读(23) 评论(0) 推荐(0)
摘要: Install-Package DocumentFormat.OpenXml; static void CreateOrOrOpenWordFileInsertString(string wordFile, string str, int fontSize = 20, string alignmen 阅读全文
posted @ 2025-09-05 11:02 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: <UserControl x:Class="WpfApp68.UCRotatedElp" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2025-09-04 12:12 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: Install-Package DocumentFormat.OpenXml; private static void SetRunProperties(RunProperties runProperties, int fontSize, bool isBold, bool isItalic, bo 阅读全文
posted @ 2025-09-03 17:26 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: Install-Package DocumentFormat.OpenXml; Install-Package System.Drawing.Common; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.ExtendedProp 阅读全文
posted @ 2025-09-03 11:36 FredGrit 阅读(63) 评论(0) 推荐(0)
摘要: install-package DocumentFormat.OpenXml; //c# using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Wordpr 阅读全文
posted @ 2025-09-02 19:23 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: private ICommand saveAsJPGSCommand; public ICommand SaveAsJPGSCommand { get { if (saveAsJPGSCommand==null) { saveAsJPGSCommand=new DelCommand(async (o 阅读全文
posted @ 2025-09-01 19:49 FredGrit 阅读(12) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 137 下一页