在 Ruby 中保护和取消保护图

Aspose.Diagram - 保护和取消保护图

保护和取消保护图使用Aspose.Diagram Java 红宝石 只需调用保护取消保护图模块。在这里您可以看到示例代码。

红宝石代码

 data_dir = File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) + '/data/'

\# Create instance of Diagram

diagram = Rjb::import('com.aspose.diagram.Diagram').new(data_dir + "Drawing.vsd")

diagram.getDocumentSettings().setProtectBkgnds(1)

diagram.getDocumentSettings().setProtectMasters(1)

diagram.getDocumentSettings().setProtectShapes(1)

diagram.getDocumentSettings().setProtectStyles(1)

\# Save diagram

diagram.save(data_dir + "ProtectUnprotectDiagram.vdx", Rjb::import('com.aspose.diagram.SaveFileFormat').VDX)

puts "Applied protection on diagram successfully!"

下载运行代码

下载**保护和取消保护图 (Aspose.Diagram)**来自以下任何社交编码网站: