wordpress hit counter
Welcome to OpenXML Developer Sign in | Join | Help

Search

You searched for the word(s):
Showing page 1 of 3 (25 total posts) < 1 second(s)
  • Re: geometries of shapes found in power point

    The specs only document how custom shapes are drawn (section 20.1.9 Shape Definitions and Attributes of the ISO docs), but it is exactly the same way as preset shapes are drawn. In your downloads of the Ecma specs, find the file that says ''presetShapeDefinitions.xml'' and all the information is there, per shape. Use section 20.1.9 to figure out ...
    Posted to DrawingML (Forum) by tendoors on July 20, 2010
  • Blur Effect on Blip in BlipFill

    Does PowerPoint support the Blur effect on pictures? I've tried adding it manually like: &amp;#60;a:blip r:embed=''rId2'' cstate=''print''> &amp;#60;a:blur rad=''180000'' grow=''0''/>&amp;#60;/a:blip> but it has no effect. Anyone know about this?
    Posted to DrawingML (Forum) by tendoors on June 20, 2010
  • Re: Powerpoint Image information

    The Offset X and Y is it's top left corner. The value you're seeing is in EMU - divide that by 12700 to get the value in points. Width and height are there too, same calculation (ext value).
    Posted to PresentationML (Forum) by tendoors on May 29, 2010
  • Re: Text area information

    Not in the SDK, as far as I know. But it can be calculated by using presetShapeDefinitions.xml in the Ecma specs.
    Posted to PresentationML (Forum) by tendoors on May 29, 2010
  • Re: lumMod and lumOff

    It's pretty straightforward in standard HSL calculations (like http://www.bobpowell.net/RGBHSB.htm). lumMod = Luminance * val, lumOff = Luminance + val. Just make sure you cap the resulting value in RGB to either 0 or 255 if the result is above or below those numbers.
    Posted to PresentationML (Forum) by tendoors on May 29, 2010
  • Re: Preset Shapes

    You can use the same presetShapeDefinition files. SmartArt shapes are the same as regular AutoShapes, except they sit in a different name space: xmlns:dgm=''http://schemas.openxmlformats.org/drawingml/2006/diagram'' and xmlns:dsp=''http://schemas.microsoft.com/office/drawing/2008/diagram''. They ''grouped'' in a seperate file (usually ...
    Posted to PresentationML (Forum) by tendoors on May 18, 2010
  • Re: Where can I get the format of "application/x-fontdata" which has an extension of ".fntdata"?

    Jake, did you ever find this information out? I have the same need to access the fntdata.
    Posted to PresentationML (Forum) by tendoors on May 4, 2010
  • Re: constant values in presetShapeDefinitions.xml

    Look at http://openiso.org/Ecma/376/Part4/5.1.11, section 5.1.11.17 pos. That will tell you.
    Posted to DrawingML (Forum) by tendoors on February 13, 2010
  • Re: How hard to make converter for pptx to xhtml?

    yeah, some of specs are hard to read and understand. some are just plain impossible. although he has focused mostly on Word, the principles of conversion to XHTML would be the same on eric white's blog: http://blogs.msdn.com/ericwhite/archive/2010/01/28/htmlconverter-transform-open-xml-wordprocessingml-to-xhtml.aspx
    Posted to PresentationML (Forum) by tendoors on February 8, 2010
  • Re: How hard to make converter for pptx to xhtml?

    I'm in the process right now of creating a transform for PresentationML/DrawingML to XAML (WPF/Silverlight). It is a huge undertaking, not for the feint of heart. There are tons of compromises that have to be made because XAML is just such a weaker presentation language and there are many, many calculations on the PowerPoint side that are not ...
    Posted to PresentationML (Forum) by tendoors on February 5, 2010
1 2 3 Next >