随笔分类 -  CAD二开

摘要:autocad打开文件显示缺少字体,总有一个弹窗, 我想只要缺少字体就使用gb去替换 阅读全文
posted @ 2025-06-04 11:32 elepeipei 阅读(24) 评论(0) 推荐(0)
摘要:1 打印pdf的角度设置 2015 plotSettingsValidator.SetPlotRotation(plotSettings, PlotRotation.ninetyDegrees); 2025 plotSettingsValidator.SetPlotRotation(plotSett 阅读全文
posted @ 2024-12-13 16:28 elepeipei 阅读(75) 评论(0) 推荐(0)
摘要:以下是一个创建table,并设置表头方向的示例代码 关键是: TableStyle style = new TableStyle(); style.FlowDirection = FlowDirection.LeftToRight; style.IsTitleSuppressed = true; t 阅读全文
posted @ 2024-11-26 11:15 elepeipei 阅读(137) 评论(0) 推荐(0)