Freigeben über


Word.Interfaces.ThreeDimensionalFormatData interface

Eine Schnittstelle, die die durch Aufrufen threeDimensionalFormat.toJSON()von zurückgegebenen Daten beschreibt.

Eigenschaften

bevelBottomDepth

Gibt die Tiefe der unteren Abgeschrägung an.

bevelBottomInset

Gibt die Einsetgröße für die untere Abgeschrägung an.

bevelBottomType

Gibt einen BevelType Wert an, der den Abgeschrägungstyp für die untere Abgeschrägung darstellt.

bevelTopDepth

Gibt die Tiefe der oberen Abgeschrägung an.

bevelTopInset

Gibt die Einsetgröße für die obere Abgeschrägung an.

bevelTopType

Gibt einen BevelType Wert an, der den Abgeschrägungstyp für die obere Abgeschrägung darstellt.

contourColor

Gibt ein ColorFormat -Objekt zurück, das die Farbe der Kontur einer Form darstellt.

contourWidth

Gibt die Breite der Kontur einer Form an.

depth

Gibt die Tiefe der Extrusion der Form an.

extrusionColor

Gibt ein ColorFormat -Objekt zurück, das die Farbe der Extrusion der Form darstellt.

extrusionColorType

Gibt an, ob die Farbe der Extrusion auf der Füllung der Form (der Vorderseite der Extrusion) basiert, und ändert automatisch, wenn die Füllung des Shapes geändert wird, oder ob die Farbe der Extrusion von der Füllung der Form unabhängig ist.

fieldOfView

Gibt die Größe der Perspektive für ein Shape an.

isPerspective

Gibt an true , ob die Extrusion perspektivisch angezeigt wird, d. h. wenn sich die Wände der Extrusion zu einem Fluchtpunkt verengen, false wenn die Extrusion eine parallele oder orthografische Projektion ist, d. h., wenn sich die Wände nicht zu einem Fluchtpunkt verengen.

isVisible

Gibt an, ob das angegebene Objekt oder die darauf angewendete Formatierung sichtbar ist.

lightAngle

Gibt den Winkel der Beleuchtung an.

presetCamera

Gibt einen PresetCamera Wert zurück, der die Kameravoreinstellungen darstellt.

presetExtrusionDirection

Gibt die Richtung zurück, in die die Extrusion von der extrudierten Form weggeführt werden soll (von der Vorderansicht der Extrusion aus gesehen).

presetLighting

Gibt einen LightRigType Wert an, der die Beleuchtungsvoreinstellung darstellt.

presetLightingDirection

Gibt die Position der Lichtquelle relativ zur Extrusion an.

presetLightingSoftness

Gibt die Intensität der Extrusionsbeleuchtung an.

presetMaterial

Gibt das Oberflächenmaterial an.

presetThreeDimensionalFormat

Gibt das vordefinierte Extrusionsformat zurück.

projectText

Gibt an, ob Text auf einer Form mit einer Form gedreht wird. true dreht den Text.

rotationX

Gibt die Drehung der extrudierten Form um die X-Achse in Grad an.

rotationY

Gibt die Drehung der extrudierten Form um die y-Achse in Grad an.

rotationZ

Gibt die Drehung der Z-Achse der Kamera an.

z

Gibt die Position auf der Z-Achse für das Shape an.

Details zur Eigenschaft

bevelBottomDepth

Gibt die Tiefe der unteren Abgeschrägung an.

bevelBottomDepth?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

bevelBottomInset

Gibt die Einsetgröße für die untere Abgeschrägung an.

bevelBottomInset?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

bevelBottomType

Gibt einen BevelType Wert an, der den Abgeschrägungstyp für die untere Abgeschrägung darstellt.

bevelBottomType?: Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco";

Eigenschaftswert

Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

bevelTopDepth

Gibt die Tiefe der oberen Abgeschrägung an.

bevelTopDepth?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

bevelTopInset

Gibt die Einsetgröße für die obere Abgeschrägung an.

bevelTopInset?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

bevelTopType

Gibt einen BevelType Wert an, der den Abgeschrägungstyp für die obere Abgeschrägung darstellt.

bevelTopType?: Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco";

Eigenschaftswert

Word.BevelType | "mixed" | "none" | "relaxedInset" | "circle" | "slope" | "cross" | "angle" | "softRound" | "convex" | "coolSlant" | "divot" | "riblet" | "hardEdge" | "artDeco"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

contourColor

Gibt ein ColorFormat -Objekt zurück, das die Farbe der Kontur einer Form darstellt.

contourColor?: Word.Interfaces.ColorFormatData;

Eigenschaftswert

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

contourWidth

Gibt die Breite der Kontur einer Form an.

contourWidth?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

depth

Gibt die Tiefe der Extrusion der Form an.

depth?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

extrusionColor

Gibt ein ColorFormat -Objekt zurück, das die Farbe der Extrusion der Form darstellt.

extrusionColor?: Word.Interfaces.ColorFormatData;

Eigenschaftswert

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

extrusionColorType

Gibt an, ob die Farbe der Extrusion auf der Füllung der Form (der Vorderseite der Extrusion) basiert, und ändert automatisch, wenn die Füllung des Shapes geändert wird, oder ob die Farbe der Extrusion von der Füllung der Form unabhängig ist.

extrusionColorType?: Word.ExtrusionColorType | "mixed" | "automatic" | "custom";

Eigenschaftswert

Word.ExtrusionColorType | "mixed" | "automatic" | "custom"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

fieldOfView

Gibt die Größe der Perspektive für ein Shape an.

fieldOfView?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

isPerspective

Gibt an true , ob die Extrusion perspektivisch angezeigt wird, d. h. wenn sich die Wände der Extrusion zu einem Fluchtpunkt verengen, false wenn die Extrusion eine parallele oder orthografische Projektion ist, d. h., wenn sich die Wände nicht zu einem Fluchtpunkt verengen.

isPerspective?: boolean;

Eigenschaftswert

boolean

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

isVisible

Gibt an, ob das angegebene Objekt oder die darauf angewendete Formatierung sichtbar ist.

isVisible?: boolean;

Eigenschaftswert

boolean

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

lightAngle

Gibt den Winkel der Beleuchtung an.

lightAngle?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

presetCamera

Gibt einen PresetCamera Wert zurück, der die Kameravoreinstellungen darstellt.

presetCamera?: Word.PresetCamera | "Mixed" | "LegacyObliqueTopLeft" | "LegacyObliqueTop" | "LegacyObliqueTopRight" | "LegacyObliqueLeft" | "LegacyObliqueFront" | "LegacyObliqueRight" | "LegacyObliqueBottomLeft" | "LegacyObliqueBottom" | "LegacyObliqueBottomRight" | "LegacyPerspectiveTopLeft" | "LegacyPerspectiveTop" | "LegacyPerspectiveTopRight" | "LegacyPerspectiveLeft" | "LegacyPerspectiveFront" | "LegacyPerspectiveRight" | "LegacyPerspectiveBottomLeft" | "LegacyPerspectiveBottom" | "LegacyPerspectiveBottomRight" | "OrthographicFront" | "IsometricTopUp" | "IsometricTopDown" | "IsometricBottomUp" | "IsometricBottomDown" | "IsometricLeftUp" | "IsometricLeftDown" | "IsometricRightUp" | "IsometricRightDown" | "IsometricOffAxis1Left" | "IsometricOffAxis1Right" | "IsometricOffAxis1Top" | "IsometricOffAxis2Left" | "IsometricOffAxis2Right" | "IsometricOffAxis2Top" | "IsometricOffAxis3Left" | "IsometricOffAxis3Right" | "IsometricOffAxis3Bottom" | "IsometricOffAxis4Left" | "IsometricOffAxis4Right" | "IsometricOffAxis4Bottom" | "ObliqueTopLeft" | "ObliqueTop" | "ObliqueTopRight" | "ObliqueLeft" | "ObliqueRight" | "ObliqueBottomLeft" | "ObliqueBottom" | "ObliqueBottomRight" | "PerspectiveFront" | "PerspectiveLeft" | "PerspectiveRight" | "PerspectiveAbove" | "PerspectiveBelow" | "PerspectiveAboveLeftFacing" | "PerspectiveAboveRightFacing" | "PerspectiveContrastingLeftFacing" | "PerspectiveContrastingRightFacing" | "PerspectiveHeroicLeftFacing" | "PerspectiveHeroicRightFacing" | "PerspectiveHeroicExtremeLeftFacing" | "PerspectiveHeroicExtremeRightFacing" | "PerspectiveRelaxed" | "PerspectiveRelaxedModerately";

Eigenschaftswert

Word.PresetCamera | "Mixed" | "LegacyObliqueTopLeft" | "LegacyObliqueTop" | "LegacyObliqueTopRight" | "LegacyObliqueLeft" | "LegacyObliqueFront" | "LegacyObliqueRight" | "LegacyObliqueBottomLeft" | "LegacyObliqueBottom" | "LegacyObliqueBottomRight" | "LegacyPerspectiveTopLeft" | "LegacyPerspectiveTop" | "LegacyPerspectiveTopRight" | "LegacyPerspectiveLeft" | "LegacyPerspectiveFront" | "LegacyPerspectiveRight" | "LegacyPerspectiveBottomLeft" | "LegacyPerspectiveBottom" | "LegacyPerspectiveBottomRight" | "OrthographicFront" | "IsometricTopUp" | "IsometricTopDown" | "IsometricBottomUp" | "IsometricBottomDown" | "IsometricLeftUp" | "IsometricLeftDown" | "IsometricRightUp" | "IsometricRightDown" | "IsometricOffAxis1Left" | "IsometricOffAxis1Right" | "IsometricOffAxis1Top" | "IsometricOffAxis2Left" | "IsometricOffAxis2Right" | "IsometricOffAxis2Top" | "IsometricOffAxis3Left" | "IsometricOffAxis3Right" | "IsometricOffAxis3Bottom" | "IsometricOffAxis4Left" | "IsometricOffAxis4Right" | "IsometricOffAxis4Bottom" | "ObliqueTopLeft" | "ObliqueTop" | "ObliqueTopRight" | "ObliqueLeft" | "ObliqueRight" | "ObliqueBottomLeft" | "ObliqueBottom" | "ObliqueBottomRight" | "PerspectiveFront" | "PerspectiveLeft" | "PerspectiveRight" | "PerspectiveAbove" | "PerspectiveBelow" | "PerspectiveAboveLeftFacing" | "PerspectiveAboveRightFacing" | "PerspectiveContrastingLeftFacing" | "PerspectiveContrastingRightFacing" | "PerspectiveHeroicLeftFacing" | "PerspectiveHeroicRightFacing" | "PerspectiveHeroicExtremeLeftFacing" | "PerspectiveHeroicExtremeRightFacing" | "PerspectiveRelaxed" | "PerspectiveRelaxedModerately"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

presetExtrusionDirection

Gibt die Richtung zurück, in die die Extrusion von der extrudierten Form weggeführt werden soll (von der Vorderansicht der Extrusion aus gesehen).

presetExtrusionDirection?: Word.PresetExtrusionDirection | "Mixed" | "BottomRight" | "Bottom" | "BottomLeft" | "Right" | "None" | "Left" | "TopRight" | "Top" | "TopLeft";

Eigenschaftswert

Word.PresetExtrusionDirection | "Mixed" | "BottomRight" | "Bottom" | "BottomLeft" | "Right" | "None" | "Left" | "TopRight" | "Top" | "TopLeft"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

presetLighting

Gibt einen LightRigType Wert an, der die Beleuchtungsvoreinstellung darstellt.

presetLighting?: Word.LightRigType | "Mixed" | "LegacyFlat1" | "LegacyFlat2" | "LegacyFlat3" | "LegacyFlat4" | "LegacyNormal1" | "LegacyNormal2" | "LegacyNormal3" | "LegacyNormal4" | "LegacyHarsh1" | "LegacyHarsh2" | "LegacyHarsh3" | "LegacyHarsh4" | "ThreePoint" | "Balanced" | "Soft" | "Harsh" | "Flood" | "Contrasting" | "Morning" | "Sunrise" | "Sunset" | "Chilly" | "Freezing" | "Flat" | "TwoPoint" | "Glow" | "BrightRoom";

Eigenschaftswert

Word.LightRigType | "Mixed" | "LegacyFlat1" | "LegacyFlat2" | "LegacyFlat3" | "LegacyFlat4" | "LegacyNormal1" | "LegacyNormal2" | "LegacyNormal3" | "LegacyNormal4" | "LegacyHarsh1" | "LegacyHarsh2" | "LegacyHarsh3" | "LegacyHarsh4" | "ThreePoint" | "Balanced" | "Soft" | "Harsh" | "Flood" | "Contrasting" | "Morning" | "Sunrise" | "Sunset" | "Chilly" | "Freezing" | "Flat" | "TwoPoint" | "Glow" | "BrightRoom"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

presetLightingDirection

Gibt die Position der Lichtquelle relativ zur Extrusion an.

presetLightingDirection?: Word.PresetLightingDirection | "Mixed" | "TopLeft" | "Top" | "TopRight" | "Left" | "None" | "Right" | "BottomLeft" | "Bottom" | "BottomRight";

Eigenschaftswert

Word.PresetLightingDirection | "Mixed" | "TopLeft" | "Top" | "TopRight" | "Left" | "None" | "Right" | "BottomLeft" | "Bottom" | "BottomRight"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

presetLightingSoftness

Gibt die Intensität der Extrusionsbeleuchtung an.

presetLightingSoftness?: Word.PresetLightingSoftness | "Mixed" | "Dim" | "Normal" | "Bright";

Eigenschaftswert

Word.PresetLightingSoftness | "Mixed" | "Dim" | "Normal" | "Bright"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

presetMaterial

Gibt das Oberflächenmaterial an.

presetMaterial?: Word.PresetMaterial | "Mixed" | "Matte" | "Plastic" | "Metal" | "WireFrame" | "Matte2" | "Plastic2" | "Metal2" | "WarmMatte" | "TranslucentPowder" | "Powder" | "DarkEdge" | "SoftEdge" | "Clear" | "Flat" | "SoftMetal";

Eigenschaftswert

Word.PresetMaterial | "Mixed" | "Matte" | "Plastic" | "Metal" | "WireFrame" | "Matte2" | "Plastic2" | "Metal2" | "WarmMatte" | "TranslucentPowder" | "Powder" | "DarkEdge" | "SoftEdge" | "Clear" | "Flat" | "SoftMetal"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

presetThreeDimensionalFormat

Gibt das vordefinierte Extrusionsformat zurück.

presetThreeDimensionalFormat?: Word.PresetThreeDimensionalFormat | "Mixed" | "Format1" | "Format2" | "Format3" | "Format4" | "Format5" | "Format6" | "Format7" | "Format8" | "Format9" | "Format10" | "Format11" | "Format12" | "Format13" | "Format14" | "Format15" | "Format16" | "Format17" | "Format18" | "Format19" | "Format20";

Eigenschaftswert

Word.PresetThreeDimensionalFormat | "Mixed" | "Format1" | "Format2" | "Format3" | "Format4" | "Format5" | "Format6" | "Format7" | "Format8" | "Format9" | "Format10" | "Format11" | "Format12" | "Format13" | "Format14" | "Format15" | "Format16" | "Format17" | "Format18" | "Format19" | "Format20"

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

projectText

Gibt an, ob Text auf einer Form mit einer Form gedreht wird. true dreht den Text.

projectText?: boolean;

Eigenschaftswert

boolean

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

rotationX

Gibt die Drehung der extrudierten Form um die X-Achse in Grad an.

rotationX?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

rotationY

Gibt die Drehung der extrudierten Form um die y-Achse in Grad an.

rotationY?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

rotationZ

Gibt die Drehung der Z-Achse der Kamera an.

rotationZ?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]

z

Gibt die Position auf der Z-Achse für das Shape an.

z?: number;

Eigenschaftswert

number

Hinweise

[ API-Satz: WordApiDesktop 1.3 ]