visio

Latex中使用visio的矢量图(转载+修改)

放肆的年华 提交于 2019-12-15 14:01:15
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 我们知道,visio用来画流程图等专业图很方便,而Latex的专业排版效果是Word所不能比的,而Visio不支持导入eps和dvi格式的矢量图,而导出jpeg毕竟有质量损失,那么怎么才能在Latex中直接使用visio导出的矢量图呢? 1. Visio可以保存为wmf,emf等矢量图形格式(word的默认插图格式),再转换为eps格式(可使用TpX,由本论坛得知早期版本貌似可直接保存eps)插入LaTeX。可转换后的eps图片格式不稳定,图形易错位;另外Visio使用Windows字体,转换后的eps图形只引用而不包含字体,插入LaTex后由于找不到对应字体,中文(或mathtype公式,特殊符号)会乱码。 2. 用ps虚拟打印的方式虽然可以解决格式和乱码问题,但中文字符(或其他不支持的内容)会按位图处理,得不到完美的矢量图形。 经过探索,将visio保存为pdf格式是最完美的解决方式,因为pdf文件保存了所有格式和字体信息。借助pdfcrop和ebb程序,调用graphicx宏包插入pdf格式图片,能够得到完美的visio矢量图形。 注: 1.导入的代码依然可以使用标准的fig标签,例如: \begin{figure} \centering \includegraphics[width=\textwidth

Convert StarUML diagram to Visio drawing

自作多情 提交于 2019-12-13 17:35:25
问题 I have a class diagram which i created using Star Uml but now the requirement is to port it to MS Visio . Is it possible to port the .uml to a .vsd with the xml information available? Thanks in advance. 回答1: Both programs support export/import of Windows Metafile (WMF) and Enhanced Windows Metafile (EMF). So you may try those. 回答2: Exporting as a Windows Metafile (WMF) and Enhanced Windows Metafile (EMF) only imports to Visio as an image. I understood that the purpose of exporting from

Visio 2010 using a page name in mailto link

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-13 06:10:30
问题 Is it possible to get the name of the current page dynamically and add it to the link? I am trying to add a "Feedback" button to each page of my visio diagram and want to create a mailto: hyperlink on that shape adding as much information as I can in the link. So, my link looks like mailto:TargetMailbox@mycompany.com?subject=Visio%20for%20Standards%20-Question/Comment XXXXXXXXXXX Add page name XXXXXXXXXXXXX &cc=LoggedinUser@mycompany.com&body=I%20have%20a%20question.%0AI%20would%20like%20to

detect event on IE from visio

荒凉一梦 提交于 2019-12-13 05:30:17
问题 Can i have a link between a button on an IE page and a visio event ? ( for example : changing the color of a shape just by a click on a button on the IE page) 回答1: yes you should check the get started documentation of jquery html : <button id="mybutton" /> <div id="myshape">blabla</div> javascript : $('#mybutton').click(function() { $('#myshape').css('background-color', '#555555'); }); 回答2: Not really very easy unless you have access to the HTML content in IE as well, but you could use a VBA

Which objects to make global, which to make local?

℡╲_俬逩灬. 提交于 2019-12-13 04:26:03
问题 To avoid the moderators who don't like general questions, this is a Visio VBA one but I didn't want to include that in the title as it's a bit niche, and I guess the answer might be generic :-) My code has the following variables: Public gappVisio As Visio.Application Public gdocFile As Visio.Document Public gpagDiagram As Visio.Page For those unfamilar with Visio, you create an application object, open the document, then set a reference to a page in the document where you can actually do

Traverse through every possible path in a Visio Flow-Chart with C#

淺唱寂寞╮ 提交于 2019-12-13 02:50:41
问题 I recently started to work with C# and I have to import a Visio file that is including a flow-chart with different path. I load the file with this code. public Container loadFile(string fileName) { Microsoft.Office.Interop.Visio.Application app = new Microsoft.Office.Interop.Visio.Application(); app.Visible = false; Documents docs = app.Documents; Document doc = docs.Open(fileName); Microsoft.Office.Interop.Visio.Page page = doc.Pages[1]; Container container = printProperties(page.Shapes);

Exporting VS2010 class diagrams to Visio

允我心安 提交于 2019-12-12 09:32:03
问题 I am creating class diagram using VS2010. Is there any way to import VS2010 generated class diagrams to import in MS Visio? 回答1: Right-click on the class diagram within Visual Studio and select "Export Diagram as Image..." Choose Enhanced Metafile Format (*.emf) which is recognized by Visio. 回答2: You can do it from visual studio File > Print and then send it to OneNote or choose PDF. 来源: https://stackoverflow.com/questions/11398357/exporting-vs2010-class-diagrams-to-visio

Identifying a shape parent in visio

佐手、 提交于 2019-12-12 04:57:01
问题 Hii i have a visio document which is an BPMN template .In that BPMN document i have placed a BPMN shape and also other shapes from Engineering,FLowChart,Networking,Basic shapes etc by choosing Moreshapes-> and so my BPMN visio document looks like below in that BPMN and Task named are a BPMN shapes,Computer is a shape from Network->Computer ,Rectangle is from General->BasicShapes like that the other shape also . (ie) In a BPMN visio document , with the BPMN shape i have the other shapes also.

How do I use TextChanged event in VBA visio?

邮差的信 提交于 2019-12-12 02:37:30
问题 This is related to this question How do I programmatically/automatically change the text formatting for the text of a Visio shape after I am done with the editing? There I tried to use some code that would be executed when the text of a shape is edited For some reasons, as described there, in some situations which I could not isolate the code is executed endlessly. That is probably because the script calls itself in a loop. The code is supposed to be executed every time the text of the shape

Visio 2003 ERM to SQL Server script

寵の児 提交于 2019-12-12 01:18:26
问题 my question is simple: Is there anyway to generate the database sql creaton script from a Visio 2003 model? I prefer Visio, however can be other program (freeware) that allows me to somehow agilize the process between the model and the sql code. Thanks in advance! 回答1: I could be wrong, but I think the commands to generate DDL disappeared with Visio 2003. Apparently you now need the "Enterprise Edition" or some such dreck. Also, this is a repeat of this question , and the original pointed to